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 | 蕣句。 | 1110010011111010100010111110010110100001 | e4fa8be5a1 |
EUC-JP | 蕣句。 | 111010001111110010110110111001111000111010100001 | e8fcb6e78ea1 |
UTF-8 | 蕣句。 | 111010001001010110100011111001011000111110100101111011111011110110100001 | e895a3e58fa5efbda1 |
UHC | 蕣句? | 1110001011110010110011111010001100111111 | e2f2cfa33f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)