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 | ????B | 0011111100111111001111110011111101000010 | 3f3f3f3f42 |
SJIS-WIN | ?聲?聲B | 00111111111000111101111100111111111000111101111101000010 | 3fe3df3fe3df42 |
EUC-JP | ?聲?聲B | 00111111111001101110000100111111111001101110000101000010 | 3fe6e13fe6e142 |
UTF-8 | 룶聲룶聲B | 11101011101000111011011011101000100000011011001011101011101000111011011011101000100000011011001001000010 | eba3b6e881b2eba3b6e881b242 |
UHC | 룶聲룶聲B | 100011111010101111100001101000101000111110101011111000011010001001000010 | 8fabe1a28fabe1a242 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)