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 | ???O | 00111111001111110011111101001111 | 3f3f3f4f |
SJIS-WIN | 鴦??O | 1110100111110001001111110011111101001111 | e9f13f3f4f |
EUC-JP | 鴦??O | 1111001011110011001111110011111101001111 | f2f33f3f4f |
UTF-8 | 鴦볦캌O | 11101001101101001010011011101011101100111010011011101100101110101000110001001111 | e9b4a6ebb3a6ecba8c4f |
UHC | 鴦볦캌O | 11100100111011001001001111101100101011111001011101001111 | e4ec93ecaf974f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)