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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | ?胛?斤? | 00111111111000111110111000111111100010111101001000111111 | 3fe3ee3f8bd23f |
EUC-JP | ?胛?斤? | 00111111111001101111000000111111101101101101010000111111 | 3fe6f03fb6d43f |
UTF-8 | 렺胛렺斤렍 | 111010111010000010111010111010001000001110011011111010111010000010111010111001101001011010100100111010111010000010001101 | eba0bae8839beba0bae696a4eba08d |
UHC | 렺胛렺斤렍 | 10001110110000101100101110100100100011101100001011010000110001011000111010100011 | 8ec2cba48ec2d0c58ea3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)