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 | oáPo | 100110000110111111100001010100001001100001101111 | 986fe150986f |
SJIS-WIN | ?o?P?o | 001111110110111100111111010100000011111101101111 | 3f6f3f503f6f |
EUC-JP | ?oáP?o | 0011111101101111100011111010101110100001010100000011111101101111 | 3f6f8faba1503f6f |
UTF-8 | oáPo | 110000101001100001101111110000111010000101010000110000101001100001101111 | c2986fc3a150c2986f |
UHC | ?o?P?o | 001111110110111100111111010100000011111101101111 | 3f6f3f503f6f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)