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 | ツ霙錚 | 1100001011101000110000101110100001000010 | c2e8c2e842 |
EUC-JP | ツ霙錚 | 100011101100001011110000110001001110111110100011 | 8ec2f0c4efa3 |
UTF-8 | ツ霙錚 | 111011111011111010000010111010011001110010011001111010011000110010011010 | efbe82e99c99e98c9a |
UHC | ?霙錚 | 0011111111100111110011101110111010110110 | 3fe7ceeeb6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)