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 | ???Y? | 0011111100111111001111110101100100111111 | 3f3f3f593f |
SJIS-WIN | 曜??Y? | 100101110110101000111111001111110101100100111111 | 976a3f3f593f |
EUC-JP | 曜??Y? | 110011011100101100111111001111110101100100111111 | cdcb3f3f593f |
UTF-8 | 曜쒕젡Y囹 | 11100110100110111001110011101100100100101001010111101100101000001010000101011001111011111010011010101001 | e69b9cec9295eca0a159efa6a9 |
UHC | 曜쒕젡Y囹 | 111010001111100010011100111010111010000010011010010110011110011110101010 | e8f89ceba09a59e7aa |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)