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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
EUC-JP | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
UTF-8 | 렺첨렺천렺채 | 111010111010000010111010111011001011001010101000111010111010000010111010111011001011001010011100111010111010000010111010111011001011000110000100 | eba0baecb2a8eba0baecb29ceba0baecb184 |
UHC | 렺첨렺천렺채 | 100011101100001011000011101101111000111011000010110000111011010110001110110000101100001110100100 | 8ec2c3b78ec2c3b58ec2c3a4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)