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 | ??P? | 00111111001111110101000000111111 | 3f3f503f |
SJIS-WIN | テ、Pツ | 11000011101001000101000011000010 | c3a450c2 |
EUC-JP | テ、Pツ | 10001110110000111000111010100100010100001000111011000010 | 8ec38ea4508ec2 |
UTF-8 | テ、Pツ | 11101111101111101000001111101111101111011010010001010000111011111011111010000010 | efbe83efbda450efbe82 |
UHC | ??P? | 00111111001111110101000000111111 | 3f3f503f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)