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 | タ霏錚 | 1100000011101000110000001110100001000010 | c0e8c0e842 |
EUC-JP | タ霏錚 | 100011101100000011110000110000101110111110100011 | 8ec0f0c2efa3 |
UTF-8 | タ霏錚 | 111011111011111010000000111010011001110010001111111010011000110010011010 | efbe80e99c8fe98c9a |
UHC | ??錚 | 00111111001111111110111010110110 | 3f3feeb6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)