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 | ソ鄒ョ | 10111111111001111011111010101110 | bfe7beae |
EUC-JP | ソ鄒ョ | 100011101011111111101110110000001000111010101110 | 8ebfeec08eae |
UTF-8 | ソ鄒ョ | 111011111011110110111111111010011000010010010010111011111011110110101110 | efbdbfe98492efbdae |
UHC | ?鄒? | 00111111111101011101101100111111 | 3ff5db3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)