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 | 綉癰綉癰^ | 111000110101010011100001100111101110001101010100111000011001111001011110 | e354e19ee354e19e5e |
EUC-JP | 綉癰綉癰^ | 111001011011010111100001111111101110010110110101111000011111111001011110 | e5b5e1fee5b5e1fe5e |
UTF-8 | 綉癰綉癰^ | 11100111101101101000100111100111100110011011000011100111101101101000100111100111100110011011000001011110 | e7b689e799b0e7b689e799b05e |
UHC | ?癰?癰^ | 00111111111010001011100100111111111010001011100101011110 | 3fe8b93fe8b95e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)