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 | ??????^ | 00111111001111110011111100111111001111110011111101011110 | 3f3f3f3f3f3f5e |
SJIS-WIN | ??????^ | 00111111001111110011111100111111001111110011111101011110 | 3f3f3f3f3f3f5e |
EUC-JP | ??????^ | 00111111001111110011111100111111001111110011111101011110 | 3f3f3f3f3f3f5e |
UTF-8 | 횕횋철챨짭창^ | 11101101100110101001010111101101100110101000101111101100101100101010000011101100101100011010100011101100101001111010110111101100101100001011110101011110 | ed9a95ed9a8becb2a0ecb1a8eca7adecb0bd5e |
UHC | 횕횋철챨짭창^ | 11000011100011111100001110001001110000111011011011000011101100001100001010101100110000111010001001011110 | c38fc389c3b6c3b0c2acc3a25e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)