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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 辷オ辷セ辟シ | 111001111000100010110101111001111000100010111110111001111000010010111100 | e788b5e788bee784bc |
EUC-JP | 辷オ辷セ辟シ | 111011011110100010001110101101011110110111101000100011101011111011101101111001001000111010111100 | ede88eb5ede88ebeede48ebc |
UTF-8 | 辷オ辷セ辟シ | 111010001011111010110111111011111011110110110101111010001011111010110111111011111011110110111110111010001011111010011111111011111011110110111100 | e8beb7efbdb5e8beb7efbdbee8be9fefbdbc |
UHC | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)