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 | 001111110011111100111111001111110100001001000110 | 3f3f3f3f4246 |
SJIS-WIN | 将「宵ウBF | 1000111110101011101000101000111110101010101100110100001001000110 | 8faba28faab34246 |
EUC-JP | 将「宵ウBF | 10111110101011011000111010100010101111101010110010001110101100110100001001000110 | bead8ea2beac8eb34246 |
UTF-8 | 将「宵ウBF | 1110010110110000100001101110111110111101101000101110010110101110101101011110111110111101101100110100001001000110 | e5b086efbda2e5aeb5efbdb34246 |
UHC | ??宵?BF | 00111111001111111110000110110010001111110100001001000110 | 3f3fe1b23f4246 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)