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 | ?????\ | 001111110011111100111111001111110011111101011100 | 3f3f3f3f3f5c |
SJIS-WIN | ゚ク。ヘ\ | 11011111101110001010000111001101111101011101110101011100 | dfb8a1cdf5dd5c |
EUC-JP | ゚ク。ヘ?\ | 10001110110111111000111010111000100011101010000110001110110011010011111101011100 | 8edf8eb88ea18ecd3f5c |
UTF-8 | ゚ク。ヘ\ | 11101111101111101001111111101111101111011011100011101111101111011010000111101111101111101000110111101110100100011000100001011100 | efbe9fefbdb8efbda1efbe8dee91885c |
UHC | ?????\ | 001111110011111100111111001111110011111101011100 | 3f3f3f3f3f5c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)