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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | ?訃? | 00111111111001100101110100111111 | 3fe65d3f |
EUC-JP | ?訃? | 00111111111010111011111000111111 | 3febbe3f |
UTF-8 | 렺訃렺 | 111010111010000010111010111010001010100010000011111010111010000010111010 | eba0bae8a883eba0ba |
UHC | 렺訃렺 | 100011101100001011011101101101011000111011000010 | 8ec2ddb58ec2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)