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 | 裳ャ | 1000111111010110101011001111000011001001 | 8fd6acf0c9 |
EUC-JP | 裳ャ? | 1011111011011000100011101010110000111111 | bed88eac3f |
UTF-8 | 裳ャ | 111010001010001110110011111011111011110110101100111011101000001010001000 | e8a3b3efbdacee8288 |
UHC | 裳?? | 11011111110101110011111100111111 | dfd73f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)