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 | ?h? | 001111110110100000111111 | 3f683f |
SJIS-WIN | 椽h椽 | 1001111010111011011010001001111010111011 | 9ebb689ebb |
EUC-JP | 椽h椽 | 1101110010111101011010001101110010111101 | dcbd68dcbd |
UTF-8 | 椽h椽 | 11100110101001001011110101101000111001101010010010111101 | e6a4bd68e6a4bd |
UHC | 椽h椽 | 1110011011001011011010001110011011001011 | e6cb68e6cb |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)