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 | 鬮憺温 | 111010011010101110011100111010011000100110110111 | e9ab9ce989b7 |
EUC-JP | 鬮憺温 | 111100101010110111011000111010111011001010111001 | f2add8ebb2b9 |
UTF-8 | 鬮憺温 | 111010011010110010101110111001101000011010111010111001101011100010101001 | e9acaee686bae6b8a9 |
UHC | ?憺? | 00111111110100111011110000111111 | 3fd3bc3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)