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 | ????^ | 0011111100111111001111110011111101011110 | 3f3f3f3f5e |
SJIS-WIN | 櫻?櫻?^ | 10011111010011100011111110011111010011100011111101011110 | 9f4e3f9f4e3f5e |
EUC-JP | 櫻?櫻?^ | 11011101101011110011111111011101101011110011111101011110 | ddaf3fddaf3f5e |
UTF-8 | 櫻멏櫻멏^ | 11100110101010111011101111101011101010011000111111100110101010111011101111101011101010011000111101011110 | e6abbbeba98fe6abbbeba98f5e |
UHC | 櫻멏櫻멏^ | 111001011010000110010001010001001110010110100001100100010100010001011110 | e5a19144e5a191445e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)