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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | ルツ莵韲 | 110110011100001011100100101101111110100011101100 | d9c2e4b7e8ec |
EUC-JP | ルツ莵韲 | 1000111011011001100011101100001011101000101110011111000011101110 | 8ed98ec2e8b9f0ee |
UTF-8 | ルツ莵韲 | 111011111011111010011001111011111011111010000010111010001000111010110101111010011001111110110010 | efbe99efbe82e88eb5e99fb2 |
UHC | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)