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 | 00111111111000001110010000111111111000001110010001000010 | 3fe0e43fe0e442 |
EUC-JP | ?琅?琅B | 00111111111000001110011000111111111000001110011001000010 | 3fe0e63fe0e642 |
UTF-8 | 렺琅렺琅B | 11101011101000001011101011100111100100001000010111101011101000001011101011100111100100001000010101000010 | eba0bae79085eba0bae7908542 |
UHC | 렺琅렺琅B | 100011101100001011010101110010101000111011000010110101011100101001000010 | 8ec2d5ca8ec2d5ca42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)