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 | 蜴牆啣 | 111001011000111011100000101011011001101001010001 | e58ee0ad9a51 |
EUC-JP | 蜴牆啣 | 111010011110111011100000101011111101001110110010 | e9eee0afd3b2 |
UTF-8 | 蜴牆啣 | 111010001001110010110100111001111000100110000110111001011001010110100011 | e89cb4e78986e595a3 |
UHC | ?牆啣 | 0011111111101101111011011111100111100001 | 3fededf9e1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)