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 | 鄒ゅΙ蒡毅 | 11100111101111101000001011100011100000111010011111100100111011101000101101000010 | e7be82e383a7e4ee8b42 |
EUC-JP | 鄒ゅΙ蒡毅 | 11101110110000001010010011100101101001101010100111101000111100001011010110100011 | eec0a4e5a6a9e8f0b5a3 |
UTF-8 | 鄒ゅΙ蒡毅 | 1110100110000100100100101110001110000010100001011100111010011001111010001001001010100001111001101010111110000101 | e98492e38285ce99e892a1e6af85 |
UHC | 鄒ゅΙ蒡毅 | 11110101110110111010101011100101101001011100100111011011101111001110101111110110 | f5dbaae5a5c9dbbcebf6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)