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 | 遏ュ諱ッ\ | 11100111100111111010110111100110100000011010111101011100 | e79fade681af5c |
EUC-JP | 遏ュ諱ッ\ | 111011101010000110001110101011011110101111100001100011101010111101011100 | eea18eadebe18eaf5c |
UTF-8 | 遏ュ諱ッ\ | 11101001100000011000111111101111101111011010110111101000101010111011000111101111101111011010111101011100 | e9818fefbdade8abb1efbdaf5c |
UHC | ??諱?\ | 001111110011111111111101110010010011111101011100 | 3f3ffdc93f5c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)