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 | ??@??@^ | 00111111001111110100000000111111001111110100000001011110 | 3f3f403f3f405e |
SJIS-WIN | ??@??@^ | 00111111001111110100000000111111001111110100000001011110 | 3f3f403f3f405e |
EUC-JP | ??@??@^ | 00111111001111110100000000111111001111110100000001011110 | 3f3f403f3f405e |
UTF-8 | 횒째@횒째@^ | 111011011001101010010010111011001010011110111000010000001110110110011010100100101110110010100111101110000100000001011110 | ed9a92eca7b840ed9a92eca7b8405e |
UHC | 횒째@횒째@^ | 1100001110001101110000101011000001000000110000111000110111000010101100000100000001011110 | c38dc2b040c38dc2b0405e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)