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 | 裳九圖 | 100011111101011010001011111000111001101010100100 | 8fd68be39aa4 |
EUC-JP | 裳九圖 | 101111101101100010110110111001011101010010100110 | bed8b6e5d4a6 |
UTF-8 | 裳九圖 | 111010001010001110110011111001001011100110011101111001011001110010010110 | e8a3b3e4b99de59c96 |
UHC | 裳九圖 | 110111111101011111001110111110101101001111110001 | dfd7cefad3f1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)