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 | ア莎紮 | 1011000111100100101100111110001101000110 | b1e4b3e346 |
EUC-JP | ア莎紮 | 100011101011000111101000101101011110010110100111 | 8eb1e8b5e5a7 |
UTF-8 | ア莎紮 | 111011111011110110110001111010001000111010001110111001111011010010101110 | efbdb1e88e8ee7b4ae |
UHC | ?莎紮 | 0011111111011110111011011111001111001111 | 3fdeedf3cf |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)