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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 隍晄ャケ | 111010001010010010011101111001101010110010111001 | e8a49de6acb9 |
EUC-JP | 隍晄ャケ | 1111000010100110110110101110100010001110101011001000111010111001 | f0a6dae88eac8eb9 |
UTF-8 | 隍晄ャケ | 111010011001101010001101111001101001100110000100111011111011110110101100111011111011110110111001 | e99a8de69984efbdacefbdb9 |
UHC | 隍晄?? | 111111001101101111111100110011010011111100111111 | fcdbfccd3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)