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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 鉐コ增 | 1110011111101111101110101111101010011101 | e7efbafa9d |
EUC-JP | 鉐コ? | 1110111011110001100011101011101000111111 | eef18eba3f |
UTF-8 | 鉐コ增 | 111010011000100110010000111011111011110110111010111001011010001010011110 | e98990efbdbae5a29e |
UHC | ??增 | 00111111001111111111000111110010 | 3f3ff1f2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)