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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | ????g? | 00111111001111110011111100111111100000101000011100111111 | 3f3f3f3f82873f |
EUC-JP | ???馹g? | 001111110011111100111111100011111110100110100001101000111110011100111111 | 3f3f3f8fe9a1a3e73f |
UTF-8 | 列룸뱶馹g솾 | 111011111010011010011100111010111010001110111000111010111011000110110110111010011010011010111001111011111011110110000111111011001000011010111110 | efa69ceba3b8ebb1b6e9a6b9efbd87ec86be |
UHC | 列룸뱶馹g솾 | 111001101110101010110111111010111001001110011100111011001111000110100011111001111001100110110010 | e6eab7eb939cecf1a3e799b2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)