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 | 成?爾 | 1001000010101100001111111000111010100010 | 90ac3f8ea2 |
EUC-JP | 成瀷爾 | 11000000101011101000111111001001101101001011110010100100 | c0ae8fc9b4bca4 |
UTF-8 | 成瀷爾 | 111001101000100010010000111001111000000010110111111001111000100010111110 | e68890e780b7e788be |
UHC | 成瀷爾 | 111000001111011111101100110010111110110010110011 | e0f7eccbecb3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)