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 | ?????^ | 001111110011111100111111001111110011111101011110 | 3f3f3f3f3f5e |
SJIS-WIN | 顋懷衷貍影^ | 1110100011111001100111001110010110010010100011111110011010111100100010010110010101011110 | e8f99ce5928fe6bc89655e |
EUC-JP | 顋懷衷貍影^ | 1111000011111011110110001110011111000011111011111110110010111110101100011100011001011110 | f0fbd8e7c3efecbeb1c65e |
UTF-8 | 顋懷衷貍影^ | 11101001101000011000101111100110100001111011011111101000101000011011011111101000101100101000110111100101101111011011000101011110 | e9a18be687b7e8a1b7e8b28de5bdb15e |
UHC | ?懷衷?影^ | 001111111111110011100011111101011111101100111111111001111010111101011110 | 3ffce3f5fb3fe7af5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)