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 | ??^ | 001111110011111101011110 | 3f3f5e |
SJIS-WIN | 朕?^ | 10010010101111010011111101011110 | 92bd3f5e |
EUC-JP | 朕?^ | 11000100101111110011111101011110 | c4bf3f5e |
UTF-8 | 朕셀^ | 11100110100111001001010111101100100001011000000001011110 | e69c95ec85805e |
UHC | 朕셀^ | 1111001011111001101111001011111101011110 | f2f9bcbf5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)