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 | ??鈐崗^ | 00111111001111111111101111000010100110111011110001011110 | 3f3ffbc29bbc5e |
EUC-JP | ??鈐崗^ | 0011111100111111100011111110001111000001110101101011111001011110 | 3f3f8fe3c1d6be5e |
UTF-8 | 룶끼鈐崗^ | 11101011101000111011011011101011100000011011110011101001100010001001000011100101101101001001011101011110 | eba3b6eb81bce98890e5b4975e |
UHC | 룶끼鈐崗^ | 100011111010101110110011101000101100110010100010110010111010101101011110 | 8fabb3a2cca2cbab5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)