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 | 101111001100011011111100010010101011110011000110111111000100101001000010 | bcc6fc4abcc6fc4a42 |
EUC-JP | シニ鸙シニ鸙B | 100011101011110010001110110001101000111111101100110101101000111010111100100011101100011010001111111011001101011001000010 | 8ebc8ec68fecd68ebc8ec68fecd642 |
UTF-8 | シニ鸙シニ鸙B | 11101111101111011011110011101111101111101000011011101001101110001001100111101111101111011011110011101111101111101000011011101001101110001001100101000010 | efbdbcefbe86e9b899efbdbcefbe86e9b89942 |
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)