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 | ??v??vB | 00111111001111110111011000111111001111110111011001000010 | 3f3f763f3f7642 |
SJIS-WIN | 顰エv顰エvB | 111010001111110010110100011101101110100011111100101101000111011001000010 | e8fcb476e8fcb47642 |
EUC-JP | 顰エv顰エvB | 1111000011111110100011101011010001110110111100001111111010001110101101000111011001000010 | f0fe8eb476f0fe8eb47642 |
UTF-8 | 顰エv顰エvB | 111010011010000110110000111011111011110110110100011101101110100110100001101100001110111110111101101101000111011001000010 | e9a1b0efbdb476e9a1b0efbdb47642 |
UHC | ??v??vB | 00111111001111110111011000111111001111110111011001000010 | 3f3f763f3f7642 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)