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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 蕚衽シホ鸙 | 1110010011010100111001011101000110111100110011101111110001001010 | e4d4e5d1bccefc4a |
EUC-JP | 蕚衽シホ鸙 | 1110100011010110111010101101001110001110101111001000111011001110100011111110110011010110 | e8d6ead38ebc8ece8fecd6 |
UTF-8 | 蕚衽シホ鸙 | 111010001001010110011010111010001010000110111101111011111011110110111100111011111011111010001110111010011011100010011001 | e8959ae8a1bdefbdbcefbe8ee9b899 |
UHC | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)