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 | 鴫借湘 | 100011101011000010001110110110001000111111000011 | 8eb08ed88fc3 |
EUC-JP | 鴫借湘 | 101111001011001010111100110110101011111011000101 | bcb2bcdabec5 |
UTF-8 | 鴫借湘 | 111010011011010010101011111001011000000010011111111001101011100110011000 | e9b4abe5809fe6b998 |
UHC | ?借湘 | 0011111111110011101010001101111111001111 | 3ff3a8dfcf |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)