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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
EUC-JP | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
UTF-8 | 덶썫궣뼠 | 111010111000110110110110111011001000110110101011111010101011011010100011111010111011110010100000 | eb8db6ec8dabeab6a3ebbca0 |
UHC | 덶썫궣뼠 | 1000100101001010100110111001110010000010101101101001011010100011 | 894a9b9c82b696a3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)