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 | 精?鬱?淨? | 100100001011100000111111100111110101010000111111100111111100010000111111 | 90b83f9f543f9fc43f |
EUC-JP | 精?鬱?淨? | 110000001011101000111111110111011011010100111111110111101100011000111111 | c0ba3fddb53fdec63f |
UTF-8 | 精렞鬱렏淨렫 | 111001111011001010111110111010111010000010011110111010011010110010110001111010111010000010001111111001101011011110101000111010111010000010101011 | e7b2beeba09ee9acb1eba08fe6b7a8eba0ab |
UHC | 精렞鬱렏淨렫 | 111011111111000110001110101011111110101010100110100011101010010111101111111001001000111010111001 | eff18eafeaa68ea5efe48eb9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)