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 | 迹ッ迯オ\ | 11100111100100011010111111100111100011011011010101011100 | e791afe78db55c |
EUC-JP | 迹ッ迯オ\ | 111011011111000110001110101011111110110111101101100011101011010101011100 | edf18eafeded8eb55c |
UTF-8 | 迹ッ迯オ\ | 11101000101111111011100111101111101111011010111111101000101111111010111111101111101111011011010101011100 | e8bfb9efbdafe8bfafefbdb55c |
UHC | 迹???\ | 111011101110100100111111001111110011111101011100 | eee93f3f3f5c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)