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 | ヒ矜ァ | 11001011111000011110000010100111 | cbe1e0a7 |
EUC-JP | ヒ矜ァ | 100011101100101111100010111000101000111010100111 | 8ecbe2e28ea7 |
UTF-8 | ヒ矜ァ | 111011111011111010001011111001111001111110011100111011111011110110100111 | efbe8be79f9cefbda7 |
UHC | ?矜? | 00111111110100001110100000111111 | 3fd0e83f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)