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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 舗j嗚 | 100101011101110010000010100010101001101001101010 | 95dc828a9a6a |
EUC-JP | 舗j嗚 | 110010101101111010100011111010101101001111001011 | cadea3ead3cb |
UTF-8 | 舗j嗚 | 111010001000100010010111111011111011110110001010111001011001011110011010 | e88897efbd8ae5979a |
UHC | ?j嗚 | 0011111110100011111010101110011111110000 | 3fa3eae7f0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)