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 | ルツ釈 | 11011001110000101000111011011111 | d9c28edf |
EUC-JP | ルツ釈 | 100011101101100110001110110000101011110011100001 | 8ed98ec2bce1 |
UTF-8 | ルツ釈 | 111011111011111010011001111011111011111010000010111010011000011110001000 | efbe99efbe82e98788 |
UHC | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)