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 | ???@B | 0011111100111111001111110100000001000010 | 3f3f3f4042 |
SJIS-WIN | 曜??@B | 100101110110101000111111001111110100000001000010 | 976a3f3f4042 |
EUC-JP | 曜??@B | 110011011100101100111111001111110100000001000010 | cdcb3f3f4042 |
UTF-8 | 曜뺣젦@B | 1110011010011011100111001110101110111010101000111110110010100000101001100100000001000010 | e69b9cebbaa3eca0a64042 |
UHC | 曜뺣젦@B | 1110100011111000100101011110101110100000100111100100000001000010 | e8f895eba09e4042 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)