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Í | 11110111101011000101000011001101 | f7ac50cd |
SJIS-WIN | ÷¬P? | 100000011000000010000001110010100101000000111111 | 818081ca503f |
EUC-JP | ÷¬PÍ | 1010000111100000101000101100110001010000100011111010101010111111 | a1e0a2cc508faabf |
UTF-8 | ÷¬PÍ | 11000011101101111100001010101100010100001100001110001101 | c3b7c2ac50c38d |
UHC | ÷?P? | 1010000111000000001111110101000000111111 | a1c03f503f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)