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 | 鉚千事谿 | 1110011111110100100100001110011110001110100101101110011010101110 | e7f490e78e96e6ae |
EUC-JP | 鉚千事谿 | 1110111011110110110000001110100110111011111101101110110010110000 | eef6c0e9bbf6ecb0 |
UTF-8 | 鉚千事谿 | 111010011000100110011010111001011000110110000011111001001011101010001011111010001011000010111111 | e9899ae58d83e4ba8be8b0bf |
UHC | ?千事谿 | 00111111111101001011011011011110110000001100110110101100 | 3ff4b6dec0cdac |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)