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 | ??????? | 00111111001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f3f |
SJIS-WIN | ??????似 | 0011111100111111001111110011111100111111001111111000111010010111 | 3f3f3f3f3f3f8e97 |
EUC-JP | ??????似 | 0011111100111111001111110011111100111111001111111011101111110111 | 3f3f3f3f3f3fbbf7 |
UTF-8 | 렺쩡렪렺챦렺似 | 111010111010000010111010111011001010100110100001111010111010000010101010111010111010000010111010111011001011000110100110111010111010000010111010111001001011110010111100 | eba0baeca9a1eba0aaeba0baecb1a6eba0bae4bcbc |
UHC | 렺쩡렪렺챦렺似 | 1000111011000010110000101100010010001110101110001000111011000010110000111010111110001110110000101101111011000100 | 8ec2c2c48eb88ec2c3af8ec2dec4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)