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 | ???[? | 0011111100111111001111110101101100111111 | 3f3f3f5b3f |
SJIS-WIN | 曜??[? | 100101110110101000111111001111110101101100111111 | 976a3f3f5b3f |
EUC-JP | 曜??[? | 110011011100101100111111001111110101101100111111 | cdcb3f3f5b3f |
UTF-8 | 曜쒕젡[料 | 11100110100110111001110011101100100100101001010111101100101000001010000101011011111011111010011010111110 | e69b9cec9295eca0a15befa6be |
UHC | 曜쒕젡[料 | 111010001111100010011100111010111010000010011010010110111110100011110111 | e8f89ceba09a5be8f7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)