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 | ?九圖 | 0011111110001011111000111001101010100100 | 3f8be39aa4 |
EUC-JP | 瀣九圖 | 10001111110010011011000110110110111001011101010010100110 | 8fc9b1b6e5d4a6 |
UTF-8 | 瀣九圖 | 111001111000000010100011111001001011100110011101111001011001110010010110 | e780a3e4b99de59c96 |
UHC | 瀣九圖 | 111110101010111011001110111110101101001111110001 | faaecefad3f1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)