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 | ?? | 0011111100111111 | 3f3f |
SJIS-WIN | 尸蠅 | 10011011100110011110010110100010 | 9b99e5a2 |
EUC-JP | 尸蠅 | 11010101111110011110101010100100 | d5f9eaa4 |
UTF-8 | 尸蠅 | 111001011011000010111000111010001010000010000101 | e5b0b8e8a085 |
UHC | 尸蠅 | 11100011101110011110001110110010 | e3b9e3b2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)