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 | ?帳ィ述 | 00111111100100101010000010000011010000101000111101110001 | 3f92a083428f71 |
EUC-JP | ?帳ィ述 | 00111111110001001010001010100101101000111011110111010010 | 3fc4a2a5a3bdd2 |
UTF-8 | 뤳帳ィ述 | 111010111010010010110011111001011011100010110011111000111000001010100011111010001011111110110000 | eba4b3e5b8b3e382a3e8bfb0 |
UHC | 뤳帳ィ述 | 1000111111100001111011011110001110101011101000111110001011111011 | 8fe1ede3aba3e2fb |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)