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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 臍??豆 | 111001000110000000111111001111111001001110100100 | e4603f3f93a4 |
EUC-JP | 臍??豆 | 111001111100000100111111001111111100011010100110 | e7c13f3fc6a6 |
UTF-8 | 臍펠렜豆 | 111010001000011110001101111011011000111010100000111010111010000010011100111010001011000110000110 | e8878ded8ea0eba09ce8b186 |
UHC | 臍펠렜豆 | 1111000010110000110001101110011110001110101011101101010011100111 | f0b0c6e78eaed4e7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)