To what bitstring a character(s) is encoded in each character set?
Input one character or short letters and click "Convert."
Charset | Character | Bit string (binary) | Bit String (hexadecimal) |
---|---|---|---|
ISO-8859-1 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 雫蒟蕊 | 100011101011010011100100111001011000111011000111 | 8eb4e4e58ec7 |
EUC-JP | 雫蒟蕊 | 101111001011011011101000111001111011110011001001 | bcb6e8e7bcc9 |
UTF-8 | 雫蒟蕊 | 111010011001101110101011111010001001001010011111111010001001010110001010 | e99babe8929fe8958a |
UHC | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)