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 | ¼³¼ÎiQ] | 10111100101100111011110011001110011010010101000101011101 | bcb3bcce69515d |
SJIS-WIN | ????iQ] | 00111111001111110011111100111111011010010101000101011101 | 3f3f3f3f69515d |
EUC-JP | ???ÎiQ] | 001111110011111100111111100011111010101011000010011010010101000101011101 | 3f3f3f8faac269515d |
UTF-8 | ¼³¼ÎiQ] | 1100001010111100110000101011001111000010101111001100001110001110011010010101000101011101 | c2bcc2b3c2bcc38e69515d |
UHC | ¼³¼?iQ] | 10101000111110011010100111111000101010001111100100111111011010010101000101011101 | a8f9a9f8a8f93f69515d |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)