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 | 曜???? | 100101110110101000111111001111110011111100111111 | 976a3f3f3f3f |
EUC-JP | 曜??嫄? | 1100110111001011001111110011111110001111101110101010000100111111 | cdcb3f3f8fbaa13f |
UTF-8 | 曜섎끋嫄턆 | 111001101001101110011100111011001000010010001110111010111000000110001011111001011010101110000100111011011000010010000110 | e69b9cec848eeb818be5ab84ed8486 |
UHC | 曜섎끋嫄턆 | 11101000111110001001100011101011100001011011110111101010101100011011011001000010 | e8f898eb85bdeab1b642 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)