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 | ??H?? | 0011111100111111010010000011111100111111 | 3f3f483f3f |
SJIS-WIN | ??H?龍 | 001111110011111101001000001111111001011110110100 | 3f3f483f97b4 |
EUC-JP | ??H?龍 | 001111110011111101001000001111111100111010110110 | 3f3f483fceb6 |
UTF-8 | 렻렮H렺龍 | 11101011101000001011101111101011101000001010111001001000111010111010000010111010111010011011111010001101 | eba0bbeba0ae48eba0bae9be8d |
UHC | 렻렮H렺龍 | 100011101100001110001110101110110100100010001110110000101101011110100011 | 8ec38ebb488ec2d7a3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)