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 | 裄檎ウ | 1110010111100000100011001110011110110011 | e5e08ce7b3 |
EUC-JP | 裄檎ウ | 111010101110001010111000111010011000111010110011 | eae2b8e98eb3 |
UTF-8 | 裄檎ウ | 111010001010001110000100111001101010101010001110111011111011110110110011 | e8a384e6aa8eefbdb3 |
UHC | ?檎? | 00111111110100001101010100111111 | 3fd0d53f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)