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 | ??G??? | 001111110011111101000111001111110011111100111111 | 3f3f473f3f3f |
SJIS-WIN | ??G??? | 001111110011111101000111001111110011111100111111 | 3f3f473f3f3f |
EUC-JP | ??G??? | 001111110011111101000111001111110011111100111111 | 3f3f473f3f3f |
UTF-8 | 렺체G렺쩡렧 | 11101011101000001011101011101100101100101011010001000111111010111010000010111010111011001010100110100001111010111010000010100111 | eba0baecb2b447eba0baeca9a1eba0a7 |
UHC | 렺체G렺쩡렧 | 1000111011000010110000111011110001000111100011101100001011000010110001001000111010110110 | 8ec2c3bc478ec2c2c48eb6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)