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 | ??????yB | 0011111100111111001111110011111100111111001111110111100101000010 | 3f3f3f3f3f3f7942 |
SJIS-WIN | 訝?????yB | 111001100110001000111111001111110011111100111111001111110111100101000010 | e6623f3f3f3f3f7942 |
EUC-JP | 訝?????yB | 111010111100001100111111001111110011111100111111001111110111100101000010 | ebc33f3f3f3f3f7942 |
UTF-8 | 訝방땯呂묈겢yB | 1110100010101000100111011110101110110000101010011110101110010101101011111110111110100110100000001110101110101100100010001110101010110010101000100111100101000010 | e8a89debb0a9eb95afefa680ebac88eab2a27942 |
UHC | 訝방땯呂묈겢yB | 1110010010111000101110011110011010001011100001011110010111111011100100011110010110000001101101000111100101000010 | e4b8b9e68b85e5fb91e581b47942 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)