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@??P@B | 001111110011111101010000010000000011111100111111010100000100000001000010 | 3f3f50403f3f504042 |
SJIS-WIN | テ、P@テ、P@B | 110000111010010001010000010000001100001110100100010100000100000001000010 | c3a45040c3a4504042 |
EUC-JP | テ、P@テ、P@B | 10001110110000111000111010100100010100000100000010001110110000111000111010100100010100000100000001000010 | 8ec38ea450408ec38ea4504042 |
UTF-8 | テ、P@テ、P@B | 1110111110111110100000111110111110111101101001000101000001000000111011111011111010000011111011111011110110100100010100000100000001000010 | efbe83efbda45040efbe83efbda4504042 |
UHC | ??P@??P@B | 001111110011111101010000010000000011111100111111010100000100000001000010 | 3f3f50403f3f504042 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)