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 | ???B | 00111111001111110011111101000010 | 3f3f3f42 |
SJIS-WIN | 褸玲囓B | 11100101111110001001011111100110100110101001011101000010 | e5f897e69a9742 |
EUC-JP | 褸玲囓B | 11101010111110101100111011101000110100111111011101000010 | eafacee8d3f742 |
UTF-8 | 褸玲囓B | 11101000101001001011100011100111100011101011001011100101100110111001001101000010 | e8a4b8e78eb2e59b9342 |
UHC | 褸玲?B | 110101111010111011010110101111000011111101000010 | d7aed6bc3f42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)