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 | ??^ | 001111110011111101011110 | 3f3f5e |
SJIS-WIN | 鋿璽^ | 1111101111011100100011101010001101011110 | fbdc8ea35e |
EUC-JP | 鋿璽^ | 100011111110010011010010101111001010010101011110 | 8fe4d2bca55e |
UTF-8 | 鋿璽^ | 11101001100010111011111111100111100100101011110101011110 | e98bbfe792bd5e |
UHC | ?璽^ | 00111111110111111101111001011110 | 3fdfde5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)