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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 惡?煙 | 1001110010100110001111111000100110001100 | 9ca63f898c |
EUC-JP | 惡?煙 | 1101100010101000001111111011000111101100 | d8a83fb1ec |
UTF-8 | 惡閱煙 | 111001101000001110100001111010011001011010110001111001111000010110011001 | e683a1e996b1e78599 |
UHC | 惡閱煙 | 111001001100001011100110111100111110011011010101 | e4c2e6f3e6d5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)