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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 簇陌?? | 111000101100011011101000100110010011111100111111 | e2c6e8993f3f |
EUC-JP | 簇陌?? | 111001001100100011101111111110010011111100111111 | e4c8eff93f3f |
UTF-8 | 簇陌렫렡 | 111001111011000010000111111010011001100110001100111010111010000010101011111010111010000010100001 | e7b087e9998ceba0abeba0a1 |
UHC | 簇陌렫렡 | 1111000011101010110110001110100010001110101110011000111010110010 | f0ead8e88eb98eb2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)