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 | ??????^ | 00111111001111110011111100111111001111110011111101011110 | 3f3f3f3f3f3f5e |
SJIS-WIN | 題?梯?提?^ | 10010001111010000011111110010010111100100011111110010010111100010011111101011110 | 91e83f92f23f92f13f5e |
EUC-JP | 題?梯?提?^ | 11000010111010100011111111000100111101000011111111000100111100110011111101011110 | c2ea3fc4f43fc4f33f5e |
UTF-8 | 題렍梯렕提렦^ | 11101001101000011000110011101011101000001000110111100110101000101010111111101011101000001001010111100110100011111001000011101011101000001010011001011110 | e9a18ceba08de6a2afeba095e68f90eba0a65e |
UHC | 題렍梯렕提렦^ | 11110000101110011000111010100011111100001010110010001110101010101111000010101011100011101011010101011110 | f0b98ea3f0ac8eaaf0ab8eb55e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)