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 | ????B | 0011111100111111001111110011111101000010 | 3f3f3f3f42 |
SJIS-WIN | 洩守洩守B | 100010010110101110001110111001111000100101101011100011101110011101000010 | 896b8ee7896b8ee742 |
EUC-JP | 洩守洩守B | 101100011100110010111100111010011011000111001100101111001110100101000010 | b1ccbce9b1ccbce942 |
UTF-8 | 洩守洩守B | 11100110101101001010100111100101101011101000100011100110101101001010100111100101101011101000100001000010 | e6b4a9e5ae88e6b4a9e5ae8842 |
UHC | 洩守洩守B | 111000001101110111100001111110101110000011011101111000011111101001000010 | e0dde1fae0dde1fa42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)