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 | 。罔。 | 10100001111000111010011010100001 | a1e3a6a1 |
EUC-JP | 。罔。 | 100011101010000111100110101010001000111010100001 | 8ea1e6a88ea1 |
UTF-8 | 。罔。 | 111011111011110110100001111001111011110110010100111011111011110110100001 | efbda1e7bd94efbda1 |
UHC | ?罔? | 00111111110110001101001000111111 | 3fd8d23f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)