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 | ???\ | 00111111001111110011111101011100 | 3f3f3f5c |
SJIS-WIN | 畯?彬\ | 111110110110111100111111100101010110101001011100 | fb6f3f956a5c |
EUC-JP | 畯?彬\ | 10001111110011011011101100111111110010011100101101011100 | 8fcdbb3fc9cb5c |
UTF-8 | 畯흗彬\ | 11100111100101011010111111101101100111011001011111100101101111011010110001011100 | e795afed9d97e5bdac5c |
UHC | 畯흗彬\ | 11110001111000011100100011101001110111101010111101011100 | f1e1c8e9deaf5c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)