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 | ¾«ÁxB | 101111101010101110001110110000010111100001000010 | beab8ec17842 |
SJIS-WIN | ????xB | 001111110011111100111111001111110111100001000010 | 3f3f3f3f7842 |
EUC-JP | ???ÁxB | 0011111100111111001111111000111110101010101000010111100001000010 | 3f3f3f8faaa17842 |
UTF-8 | ¾«ÁxB | 11000010101111101100001010101011110000101000111011000011100000010111100001000010 | c2bec2abc28ec3817842 |
UHC | ¾???xB | 10101000111110100011111100111111001111110111100001000010 | a8fa3f3f3f7842 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)