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¯ | 111001000101000010000011100001101000111010101111 | e45083868eaf |
SJIS-WIN | ?P???? | 001111110101000000111111001111110011111100111111 | 3f503f3f3f3f |
EUC-JP | äP???¯ | 10001111101010111010001101010000001111110011111100111111100011111010001010110100 | 8faba3503f3f3f8fa2b4 |
UTF-8 | äP¯ | 1100001110100100010100001100001010000011110000101000011011000010100011101100001010101111 | c3a450c283c286c28ec2af |
UHC | ?P???? | 001111110101000000111111001111110011111100111111 | 3f503f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)