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 | 漿렱漿렱^ | 11100110101111001011111111101011101000001011000111100110101111001011111111101011101000001011000101011110 | e6bcbfeba0b1e6bcbfeba0b15e |
UHC | 漿렱漿렱^ | 111011011110110010001110101111101110110111101100100011101011111001011110 | edec8ebeedec8ebe5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)