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 | ??w??wB | 00111111001111110111011100111111001111110111011101000010 | 3f3f773f3f7742 |
SJIS-WIN | 蜥、w蜥、wB | 111001011001001010100100011101111110010110010010101001000111011101000010 | e592a477e592a47742 |
EUC-JP | 蜥、w蜥、wB | 1110100111110010100011101010010001110111111010011111001010001110101001000111011101000010 | e9f28ea477e9f28ea47742 |
UTF-8 | 蜥、w蜥、wB | 111010001001110010100101111011111011110110100100011101111110100010011100101001011110111110111101101001000111011101000010 | e89ca5efbda477e89ca5efbda47742 |
UHC | ??w??wB | 00111111001111110111011100111111001111110111011101000010 | 3f3f773f3f7742 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)