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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | ?????拏 | 00111111001111110011111100111111001111111001110101011011 | 3f3f3f3f3f9d5b |
EUC-JP | ?????拏 | 00111111001111110011111100111111001111111101100110111100 | 3f3f3f3f3fd9bc |
UTF-8 | 렻렗렻렮렺拏 | 111010111010000010111011111010111010000010010111111010111010000010111011111010111010000010101110111010111010000010111010111001101000101110001111 | eba0bbeba097eba0bbeba0aeeba0bae68b8f |
UHC | 렻렗렻렮렺拏 | 100011101100001110001110101011001000111011000011100011101011101110001110110000101101000111011001 | 8ec38eac8ec38ebb8ec2d1d9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)