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 | ????^ | 0011111100111111001111110011111101011110 | 3f3f3f3f5e |
SJIS-WIN | 漿?漿?^ | 10011111111101110011111110011111111101110011111101011110 | 9ff73f9ff73f5e |
EUC-JP | 漿?漿?^ | 11011110111110010011111111011110111110010011111101011110 | def93fdef93f5e |
UTF-8 | 漿렏漿렏^ | 11100110101111001011111111101011101000001000111111100110101111001011111111101011101000001000111101011110 | e6bcbfeba08fe6bcbfeba08f5e |
UHC | 漿렏漿렏^ | 111011011110110010001110101001011110110111101100100011101010010101011110 | edec8ea5edec8ea55e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)