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 | 蒻の??冗 | 1110010011101000100000101100110000111111001111111000111111100111 | e4e882cc3f3f8fe7 |
EUC-JP | 蒻の??冗 | 1110100011101010101001001100111000111111001111111011111011101001 | e8eaa4ce3f3fbee9 |
UTF-8 | 蒻の룸뼀冗 | 111010001001001010111011111000111000000110101110111010111010001110111000111010111011110010000000111001011000011010010111 | e892bbe381aeeba3b8ebbc80e58697 |
UHC | 蒻の룸뼀冗 | 11100101101101101010101011001110101101111110101110010110100010111110100110110111 | e5b6aaceb7eb968be9b7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)