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 | 鈐蒿鈐蒿^ | 111110111100001011100100111001001111101111000010111001001110010001011110 | fbc2e4e4fbc2e4e45e |
EUC-JP | 鈐蒿鈐蒿^ | 1000111111100011110000011110100011100110100011111110001111000001111010001110011001011110 | 8fe3c1e8e68fe3c1e8e65e |
UTF-8 | 鈐蒿鈐蒿^ | 11101001100010001001000011101000100100101011111111101001100010001001000011101000100100101011111101011110 | e98890e892bfe98890e892bf5e |
UHC | 鈐蒿鈐蒿^ | 110011001010001011111011110110101100110010100010111110111101101001011110 | cca2fbdacca2fbda5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)