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 | ??x?? | 0011111100111111011110000011111100111111 | 3f3f783f3f |
SJIS-WIN | テァxツ。 | 110000111010011101111000110000101000000101000010 | c3a778c28142 |
EUC-JP | テァxツ。 | 100011101100001110001110101001110111100010001110110000101010000110100011 | 8ec38ea7788ec2a1a3 |
UTF-8 | テァxツ。 | 11101111101111101000001111101111101111011010011101111000111011111011111010000010111000111000000010000010 | efbe83efbda778efbe82e38082 |
UHC | ??x?。 | 001111110011111101111000001111111010000110100011 | 3f3f783fa1a3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)