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 | «À«Ó¡¯I | 100011111010101111000000100011111010101111010011101000011010111101001001 | 8fabc08fabd3a1af49 |
SJIS-WIN | ????????I | 001111110011111100111111001111110011111100111111001111110011111101001001 | 3f3f3f3f3f3f3f3f49 |
EUC-JP | ??À??Ó¡¯I | 0011111100111111100011111010101010100010001111110011111110001111101010101101000110001111101000101100001010001111101000101011010001001001 | 3f3f8faaa23f3f8faad18fa2c28fa2b449 |
UTF-8 | «À«Ó¡¯I | 1100001010001111110000101010101111000011100000001100001010001111110000101010101111000011100100111100001010100001110000101010111101001001 | c28fc2abc380c28fc2abc393c2a1c2af49 |
UHC | ??????¡?I | 00111111001111110011111100111111001111110011111110100010101011100011111101001001 | 3f3f3f3f3f3fa2ae3f49 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)