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??? | 001111110011111101000010001111110011111100111111 | 3f3f423f3f3f |
SJIS-WIN | ??B??? | 001111110011111101000010001111110011111100111111 | 3f3f423f3f3f |
EUC-JP | ??B??? | 001111110011111101000010001111110011111100111111 | 3f3f423f3f3f |
UTF-8 | 렺청B렺쩡렋 | 11101011101000001011101011101100101100101010110101000010111010111010000010111010111011001010100110100001111010111010000010001011 | eba0baecb2ad42eba0baeca9a1eba08b |
UHC | 렺청B렺쩡렋 | 1000111011000010110000111011101101000010100011101100001011000010110001001000111010100010 | 8ec2c3bb428ec2c2c48ea2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)