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 | ?????BF | 00111111001111110011111100111111001111110100001001000110 | 3f3f3f3f3f4246 |
SJIS-WIN | 癲????BF | 1110000110011111001111110011111100111111001111110100001001000110 | e19f3f3f3f3f4246 |
EUC-JP | 癲??馹?BF | 11100010101000010011111100111111100011111110100110100001001111110100001001000110 | e2a13f3f8fe9a13f4246 |
UTF-8 | 癲놁옕馹켹BF | 1110011110011001101100101110101110000110100000011110110010011000100101011110100110100110101110011110110010111100101110010100001001000110 | e799b2eb8681ec9895e9a6b9ecbcb94246 |
UHC | 癲놁옕馹켹BF | 111011111010011010000110111011001001111010011011111011001111000110110001011011110100001001000110 | efa686ec9e9becf1b16f4246 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)