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 | ツ篠δ | 1100001010001110110000101000001111000010 | c28ec283c2 |
EUC-JP | ツ篠δ | 100011101100001010111100110001001010011011000100 | 8ec2bcc4a6c4 |
UTF-8 | ツ篠δ | 1110111110111110100000101110011110101111101000001100111010110100 | efbe82e7afa0ceb4 |
UHC | ?篠δ | 0011111111100001110001101010010111100100 | 3fe1c6a5e4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)