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 | ??????B | 00111111001111110011111100111111001111110011111101000010 | 3f3f3f3f3f3f42 |
SJIS-WIN | 眇眇B | 11111001111001111110000110111101111100001110001111111001111001111110000110111101111100001110001101000010 | f9e7e1bdf0e3f9e7e1bdf0e342 |
EUC-JP | ?眇??眇?B | 001111111110001010111111001111110011111111100010101111110011111101000010 | 3fe2bf3f3fe2bf3f42 |
UTF-8 | 眇眇B | 11101110100111011000001011100111100111001000011111101110100000101010001011101110100111011000001011100111100111001000011111101110100000101010001001000010 | ee9d82e79c87ee82a2ee9d82e79c87ee82a242 |
UHC | ??????B | 00111111001111110011111100111111001111110011111101000010 | 3f3f3f3f3f3f42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)