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 | 縊??陰? | 11100011011011110011111100111111100010010100000100111111 | e36f3f3f89413f |
EUC-JP | 縊??陰? | 11100101110100000011111100111111101100011010001000111111 | e5d03f3fb1a23f |
UTF-8 | 縊뗭빝陰멊 | 111001111011100010001010111010111001011110101101111010111011100110011101111010011001100110110000111010111010100110001010 | e7b88aeb97adebb99de999b0eba98a |
UHC | 縊뗭빝陰멊 | 11100100111111001000101111101100100101011011101111101011111001001001000101000010 | e4fc8bec95bbebe49142 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)