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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 漱??收? | 10011111111110010011111100111111100111011011111000111111 | 9ff93f3f9dbe3f |
EUC-JP | 漱??收? | 11011110111110110011111100111111110110101100000000111111 | defb3f3fdac03f |
UTF-8 | 漱땹뢄收롰 | 111001101011110010110001111010111001010110111001111010111010001010000100111001101001010010110110111010111010000110110000 | e6bcb1eb95b9eba284e694b6eba1b0 |
UHC | 漱땹뢄收롰 | 11100010101010111000101110001111100011101111111011100010101001011000111011101101 | e2ab8b8f8efee2a58eed |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)