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 | 鈐馴鈐馴^ | 111110111100001010010011111010011111101111000010100100111110100101011110 | fbc293e9fbc293e95e |
EUC-JP | 鈐馴鈐馴^ | 1000111111100011110000011100011011101011100011111110001111000001110001101110101101011110 | 8fe3c1c6eb8fe3c1c6eb5e |
UTF-8 | 鈐馴鈐馴^ | 11101001100010001001000011101001101001101011010011101001100010001001000011101001101001101011010001011110 | e98890e9a6b4e98890e9a6b45e |
UHC | 鈐馴鈐馴^ | 110011001010001011100010111110001100110010100010111000101111100001011110 | cca2e2f8cca2e2f85e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)