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 | 佚?槽 | 1001100011000011001111111001000110000101 | 98c33f9185 |
EUC-JP | 佚?槽 | 1101000011000101001111111100000111100101 | d0c53fc1e5 |
UTF-8 | 佚셍槽 | 111001001011110110011010111011001000010110001101111001101010011110111101 | e4bd9aec858de6a7bd |
UHC | 佚셍槽 | 111011001110101010111100110001001111000011001011 | eceabcc4f0cb |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)