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 | ?鉀?鉀^ | 00111111111110111100010100111111111110111100010101011110 | 3ffbc53ffbc55e |
EUC-JP | ?鉀?鉀^ | 001111111000111111100011110110000011111110001111111000111101100001011110 | 3f8fe3d83f8fe3d85e |
UTF-8 | 飇鉀飇鉀^ | 11101001101000111000011111101001100010011000000011101001101000111000011111101001100010011000000001011110 | e9a387e98980e9a387e989805e |
UHC | 飇鉀飇鉀^ | 111110001111110011001011101001011111100011111100110010111010010101011110 | f8fccba5f8fccba55e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)