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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 舮括讐罧 | 1110010010000100100010101000011110001111010100011110001110101100 | e4848a878f51e3ac |
EUC-JP | 舮括讐罧 | 1110011111100100101100111110011110111101101100101110011010101110 | e7e4b3e7bdb2e6ae |
UTF-8 | 舮括讐罧 | 111010001000100010101110111001101000101110101100111010001010111010010000111001111011110110100111 | e888aee68bace8ae90e7bda7 |
UHC | ?括讐? | 001111111100111011000000111000101100001000111111 | 3fcec0e2c23f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)