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 | ???F | 00111111001111110011111101000110 | 3f3f3f46 |
SJIS-WIN | 諞ヨ沓F | 11100110100001101000001110001000100011000100001001000110 | e68683888c4246 |
EUC-JP | 諞ヨ沓F | 11101011111001101010010111101000101101111010001101000110 | ebe6a5e8b7a346 |
UTF-8 | 諞ヨ沓F | 11101000101010111001111011100011100000111010100011100110101100101001001101000110 | e8ab9ee383a8e6b29346 |
UHC | ?ヨ沓F | 001111111010101111101000110100111100101101000110 | 3fabe8d3cb46 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)