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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 葯冶ィェ | 111001001101111010010110111010001010100010101010 | e4de96e8a8aa |
EUC-JP | 葯冶ィェ | 1110100011100000110011001110101010001110101010001000111010101010 | e8e0ccea8ea88eaa |
UTF-8 | 葯冶ィェ | 111010001001000110101111111001011000011010110110111011111011110110101000111011111011110110101010 | e891afe586b6efbda8efbdaa |
UHC | 葯冶?? | 111001011011010111100101101001110011111100111111 | e5b5e5a73f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)