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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 萸?М? | 111001001100111000111111100001000100110100111111 | e4ce3f844d3f |
EUC-JP | 萸?М? | 111010001101000000111111101001111010111000111111 | e8d03fa7ae3f |
UTF-8 | 萸뗫М紐 | 1110100010010000101110001110101110010111101010111101000010011100111011111010011110001111 | e890b8eb97abd09cefa78f |
UHC | 萸뗫М紐 | 1110101110101101100010111110101110101100101011101110101110101010 | ebad8bebacaeebaa |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)