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 | タ霓ン | 11000000111010001011110111011101 | c0e8bddd |
EUC-JP | タ霓ン | 100011101100000011110000101111111000111011011101 | 8ec0f0bf8edd |
UTF-8 | タ霓ン | 111011111011111010000000111010011001110010010011111011111011111010011101 | efbe80e99c93efbe9d |
UHC | ?霓? | 00111111111001111110011100111111 | 3fe7e73f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)