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 | 漿盤← | 100111111111011110010100110101011000000110101001 | 9ff794d581a9 |
EUC-JP | 漿盤← | 110111101111100111001000110101111010001010101011 | def9c8d7a2ab |
UTF-8 | 漿盤← | 111001101011110010111111111001111001101110100100111000101000011010010000 | e6bcbfe79ba4e28690 |
UHC | 漿盤← | 111011011110110011011010111011111010000111100111 | edecdaefa1e7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)