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 | ????\ | 0011111100111111001111110011111101011100 | 3f3f3f3f5c |
SJIS-WIN | 跼「迯ー\ | 11100110111100001010001011100111100011011011000001011100 | e6f0a2e78db05c |
EUC-JP | 跼「迯ー\ | 111011001111001010001110101000101110110111101101100011101011000001011100 | ecf28ea2eded8eb05c |
UTF-8 | 跼「迯ー\ | 11101000101101111011110011101111101111011010001011101000101111111010111111101111101111011011000001011100 | e8b7bcefbda2e8bfafefbdb05c |
UHC | ????\ | 0011111100111111001111110011111101011100 | 3f3f3f3f5c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)