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 | 繰卒多 | 100011000100101010010001101100101001000110111101 | 8c4a91b291bd |
EUC-JP | 繰卒多 | 101101111010101111000010101101001100001010111111 | b7abc2b4c2bf |
UTF-8 | 繰卒多 | 111001111011100110110000111001011000110110010010111001011010010010011010 | e7b9b0e58d92e5a49a |
UHC | 繰卒多 | 111100001101101111110000111011111101001011111101 | f0dbf0efd2fd |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)