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 | 萸?ぜ萸? | 1110010011001110001111111000001010111010111001001100111000111111 | e4ce3f82bae4ce3f |
EUC-JP | 萸?ぜ萸? | 1110100011010000001111111010010010111100111010001101000000111111 | e8d03fa4bce8d03f |
UTF-8 | 萸뗫ぜ萸뗫 | 111010001001000010111000111010111001011110101011111000111000000110011100111010001001000010111000111010111001011110101011 | e890b8eb97abe3819ce890b8eb97ab |
UHC | 萸뗫ぜ萸뗫 | 11101011101011011000101111101011101010101011110011101011101011011000101111101011 | ebad8bebaabcebad8beb |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)