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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 邀??齬 | 111001111011000100111111001111111110101010010111 | e7b13f3fea97 |
EUC-JP | 邀??齬 | 111011101011001100111111001111111111001111110111 | eeb33f3ff3f7 |
UTF-8 | 邀섇윜齬 | 111010011000001010000000111011001000010010000111111011001001110010011100111010011011110110101100 | e98280ec8487ec9c9ce9bdac |
UHC | 邀섇윜齬 | 1110100110101101100110001110010110011111100111111110010111100001 | e9ad98e59f9fe5e1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)