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 | ????Q] | 001111110011111100111111001111110101000101011101 | 3f3f3f3f515d |
SJIS-WIN | 竏シ竏オQ] | 1110001010001000101111001110001010001000101101010101000101011101 | e288bce288b5515d |
EUC-JP | 竏シ竏オQ] | 11100011111010001000111010111100111000111110100010001110101101010101000101011101 | e3e88ebce3e88eb5515d |
UTF-8 | 竏シ竏オQ] | 1110011110101011100011111110111110111101101111001110011110101011100011111110111110111101101101010101000101011101 | e7ab8fefbdbce7ab8fefbdb5515d |
UHC | ????Q] | 001111110011111100111111001111110101000101011101 | 3f3f3f3f515d |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)