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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | ?帥史 | 0011111110010000100000111000111001101010 | 3f90838e6a |
EUC-JP | ?帥史 | 0011111110111111111000111011101111001011 | 3fbfe3bbcb |
UTF-8 | 죌帥史 | 111011001010001110001100111001011011100010100101111001011000111110110010 | eca38ce5b8a5e58fb2 |
UHC | 죌帥史 | 110000011100110111100001111111011101111011001000 | c1cde1fddec8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)