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 | ?? | 0011111100111111 | 3f3f |
SJIS-WIN | 壹払 | 10011010111000111001010110100101 | 9ae395a5 |
EUC-JP | 壹払 | 11010100111001011100101010100111 | d4e5caa7 |
UTF-8 | 壹払 | 111001011010001110111001111001101000100110010101 | e5a3b9e68995 |
UHC | 壹? | 111011001110110000111111 | ecec3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)