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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | ???曜? | 001111110011111100111111100101110110101000111111 | 3f3f3f976a3f |
EUC-JP | 縕??曜? | 1000111111010100110000100011111100111111110011011100101100111111 | 8fd4c23f3fcdcb3f |
UTF-8 | 縕딈겑曜쁁 | 111001111011100010010101111010111001010010001000111010101011001010010001111001101001101110011100111011001000000110000001 | e7b895eb9488eab291e69b9cec8181 |
UHC | 縕딈겑曜쁁 | 11101000101100101000101011101110100000011010100111101000111110001001100001000010 | e8b28aee81a9e8f89842 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)