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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 訂傀??系 | 1001001011111001100110001111100000111111001111111000110001101110 | 92f998f83f3f8c6e |
EUC-JP | 訂傀??系 | 1100010011111011110100001111101000111111001111111011011111001111 | c4fbd0fa3f3fb7cf |
UTF-8 | 訂傀븀렜系 | 111010001010100010000010111001011000001010000000111010111011100010000000111010111010000010011100111001111011001110111011 | e8a882e58280ebb880eba09ce7b3bb |
UHC | 訂傀븀렜系 | 11101111111101001100111011010011101110101110011110001110101011101100110110100111 | eff4ced3bae78eaecda7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)