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 | ????^ | 0011111100111111001111110011111101011110 | 3f3f3f3f5e |
SJIS-WIN | ?聲?聲^ | 00111111111000111101111100111111111000111101111101011110 | 3fe3df3fe3df5e |
EUC-JP | ?聲?聲^ | 00111111111001101110000100111111111001101110000101011110 | 3fe6e13fe6e15e |
UTF-8 | 뤖聲뤖聲^ | 11101011101001001001011011101000100000011011001011101011101001001001011011101000100000011011001001011110 | eba496e881b2eba496e881b25e |
UHC | 뤖聲뤖聲^ | 100011111100011011100001101000101000111111000110111000011010001001011110 | 8fc6e1a28fc6e1a25e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)