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 | 傷羯 | 10001111100111011110001110111001 | 8f9de3b9 |
EUC-JP | 傷羯 | 10111101111111011110011010111011 | bdfde6bb |
UTF-8 | 傷羯 | 111001011000001010110111111001111011111010101111 | e582b7e7beaf |
UHC | 傷? | 110111111011111100111111 | dfbf3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)