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 | ?豐遙 | 0011111111100110101100101110101010100001 | 3fe6b2eaa1 |
EUC-JP | 髛豐遙 | 10001111111010011110110011101100101101001111010010100011 | 8fe9ececb4f4a3 |
UTF-8 | 髛豐遙 | 111010011010101110011011111010001011000110010000111010011000000110011001 | e9ab9be8b190e98199 |
UHC | ??遙 | 00111111001111111110100110101011 | 3f3fe9ab |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)