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 | 嬋淅嬋 | 100110110110100010011111110001101001101101101000 | 9b689fc69b68 |
EUC-JP | 嬋淅嬋 | 110101011100100111011110110010001101010111001001 | d5c9dec8d5c9 |
UTF-8 | 嬋淅嬋 | 111001011010110010001011111001101011011110000101111001011010110010001011 | e5ac8be6b785e5ac8b |
UHC | 嬋淅嬋 | 111000001011110111100000101100101110000010111101 | e0bde0b2e0bd |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)