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????? | 0011111100111111010010000011111100111111001111110011111100111111 | 3f3f483f3f3f3f3f |
SJIS-WIN | ??H????? | 0011111100111111010010000011111100111111001111110011111100111111 | 3f3f483f3f3f3f3f |
EUC-JP | ??H????? | 0011111100111111010010000011111100111111001111110011111100111111 | 3f3f483f3f3f3f3f |
UTF-8 | 렻렮H렺唜렜렺쩡 | 11101011101000001011101111101011101000001010111001001000111010111010000010111010111001011001010010011100111010111010000010011100111010111010000010111010111011001010100110100001 | eba0bbeba0ae48eba0bae5949ceba09ceba0baeca9a1 |
UHC | 렻렮H렺唜렜렺쩡 | 100011101100001110001110101110110100100010001110110000101101100011000101100011101010111010001110110000101100001011000100 | 8ec38ebb488ec2d8c58eae8ec2c2c4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)