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 | ????\ | 0011111100111111001111110011111101011100 | 3f3f3f3f5c |
SJIS-WIN | 辷セ髮ォ\ | 11100111100010001011111011101001100110111010101101011100 | e788bee99bab5c |
EUC-JP | 辷セ髮ォ\ | 111011011110100010001110101111101111000111111011100011101010101101011100 | ede88ebef1fb8eab5c |
UTF-8 | 辷セ髮ォ\ | 11101000101111101011011111101111101111011011111011101001101010111010111011101111101111011010101101011100 | e8beb7efbdbee9abaeefbdab5c |
UHC | ??髮?\ | 001111110011111111011011101001010011111101011100 | 3f3fdba53f5c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)