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 | ?晁? | 00111111100111011110100000111111 | 3f9de83f |
EUC-JP | ?晁? | 00111111110110101110101000111111 | 3fdaea3f |
UTF-8 | 렺晁렧 | 111010111010000010111010111001101001100110000001111010111010000010100111 | eba0bae69981eba0a7 |
UHC | 렺晁렧 | 100011101100001011110000110001011000111010110110 | 8ec2f0c58eb6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)