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 | ?? | 0011111100111111 | 3f3f |
SJIS-WIN | 豁妊 | 11100110101011011001010001000100 | e6ad9444 |
EUC-JP | 豁妊 | 11101100101011111100011110100101 | ecafc7a5 |
UTF-8 | 豁妊 | 111010001011000110000001111001011010011010001010 | e8b181e5a68a |
UHC | 豁妊 | 11111100110000111110110011110100 | fcc3ecf4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)