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 | 屍?疫 | 1000111001110010001111111000100101110101 | 8e723f8975 |
EUC-JP | 屍?疫 | 1011101111010011001111111011000111010110 | bbd33fb1d6 |
UTF-8 | 屍봉疫 | 111001011011000110001101111010111011010010001001111001111001011010101011 | e5b18debb489e796ab |
UHC | 屍봉疫 | 111000111011101110111010110000001110011010111001 | e3bbbac0e6b9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)