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 | 瑪簇箘 | 111000001111001111100010110001101110001010101110 | e0f3e2c6e2ae |
EUC-JP | 瑪簇箘 | 111000001111010111100100110010001110010010110000 | e0f5e4c8e4b0 |
UTF-8 | 瑪簇箘 | 111001111001000110101010111001111011000010000111111001111010111010011000 | e791aae7b087e7ae98 |
UHC | 瑪簇? | 1101100010100101111100001110101000111111 | d8a5f0ea3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)