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 | 繞欠叫 | 111000111000010110001100100001111000101110101001 | e3858c878ba9 |
EUC-JP | 繞欠叫 | 111001011110010110110111111001111011011010101011 | e5e5b7e7b6ab |
UTF-8 | 繞欠叫 | 111001111011100110011110111001101010110010100000111001011000111110101011 | e7b99ee6aca0e58fab |
UHC | 繞欠叫 | 111010011010010011111101111000101101000010100011 | e9a4fde2d0a3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)