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 | 顋懷鴫 | 111010001111100110011100111001011000111010110000 | e8f99ce58eb0 |
EUC-JP | 顋懷鴫 | 111100001111101111011000111001111011110010110010 | f0fbd8e7bcb2 |
UTF-8 | 顋懷鴫 | 111010011010000110001011111001101000011110110111111010011011010010101011 | e9a18be687b7e9b4ab |
UHC | ?懷? | 00111111111111001110001100111111 | 3ffce33f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)