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 | ?? | 0011111100111111 | 3f3f |
SJIS-WIN | 遒焔 | 11100111101000101000100110001011 | e7a2898b |
EUC-JP | 遒焔 | 11101110101001001011000111101011 | eea4b1eb |
UTF-8 | 遒焔 | 111010011000000110010010111001111000010010010100 | e98192e78494 |
UHC | ?? | 0011111100111111 | 3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)