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 | ?谿? | 00111111111001101010111000111111 | 3fe6ae3f |
EUC-JP | ?谿? | 00111111111011001011000000111111 | 3fecb03f |
UTF-8 | 렺谿렺 | 111010111010000010111010111010001011000010111111111010111010000010111010 | eba0bae8b0bfeba0ba |
UHC | 렺谿렺 | 100011101100001011001101101011001000111011000010 | 8ec2cdac8ec2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)