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 | ????x | 0011111100111111001111110011111101111000 | 3f3f3f3f78 |
SJIS-WIN | ??領?x | 001111110011111110010111110011000011111101111000 | 3f3f97cc3f78 |
EUC-JP | ??領?x | 001111110011111111001110110011100011111101111000 | 3f3fcece3f78 |
UTF-8 | 렺꼼領렍x | 11101011101000001011101011101010101111001011110011101001101000001001100011101011101000001000110101111000 | eba0baeabcbce9a098eba08d78 |
UHC | 렺꼼領렍x | 100011101100001010110010110001001101011011000101100011101010001101111000 | 8ec2b2c4d6c58ea378 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)