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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 顋懷虫蕣 | 1110100011111001100111001110010110010010100011101110010011111010 | e8f99ce5928ee4fa |
EUC-JP | 顋懷虫蕣 | 1111000011111011110110001110011111000011111011101110100011111100 | f0fbd8e7c3eee8fc |
UTF-8 | 顋懷虫蕣 | 111010011010000110001011111001101000011110110111111010001001100110101011111010001001010110100011 | e9a18be687b7e899abe895a3 |
UHC | ?懷?蕣 | 001111111111110011100011001111111110001011110010 | 3ffce33fe2f2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)