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 | 殿??殿??^ | 100100110110000100111111001111111001001101100001001111110011111101011110 | 93613f3f93613f3f5e |
EUC-JP | 殿??殿??^ | 110001011100001000111111001111111100010111000010001111110011111101011110 | c5c23f3fc5c23f3f5e |
UTF-8 | 殿곤친殿곤친^ | 11100110101011101011111111101010101100111010010011101100101110011001110011100110101011101011111111101010101100111010010011101100101110011001110001011110 | e6aebfeab3a4ecb99ce6aebfeab3a4ecb99c5e |
UHC | 殿곤친殿곤친^ | 11101110111111001011000011101111110001001010001111101110111111001011000011101111110001001010001101011110 | eefcb0efc4a3eefcb0efc4a35e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)