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 | ???oBF | 001111110011111100111111011011110100001001000110 | 3f3f3f6f4246 |
SJIS-WIN | 娃??oBF | 10001000101000010011111100111111011011110100001001000110 | 88a13f3f6f4246 |
EUC-JP | 娃??oBF | 10110000101000110011111100111111011011110100001001000110 | b0a33f3f6f4246 |
UTF-8 | 娃꿨랫oBF | 111001011010100010000011111010101011111110101000111010111001111010101011011011110100001001000110 | e5a883eabfa8eb9eab6f4246 |
UHC | 娃꿨랫oBF | 111010001101111110110010111001011011011110100111011011110100001001000110 | e8dfb2e5b7a76f4246 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)