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 | ????^ | 0011111100111111001111110011111101011110 | 3f3f3f3f5e |
SJIS-WIN | 﨟ョ髮ォ^ | 11111011100111011010111011101001100110111010101101011110 | fb9daee99bab5e |
EUC-JP | ?ョ髮ォ^ | 0011111110001110101011101111000111111011100011101010101101011110 | 3f8eaef1fb8eab5e |
UTF-8 | 﨟ョ髮ォ^ | 11101111101010001001111111101111101111011010111011101001101010111010111011101111101111011010101101011110 | efa89fefbdaee9abaeefbdab5e |
UHC | ??髮?^ | 001111110011111111011011101001010011111101011110 | 3f3fdba53f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)