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 | äûZB | 11100100111110111000101010001100100001000101101001000010 | e4fb8a8c845a42 |
SJIS-WIN | ?????ZB | 00111111001111110011111100111111001111110101101001000010 | 3f3f3f3f3f5a42 |
EUC-JP | äû???ZB | 1000111110101011101000111000111110101011111001010011111100111111001111110101101001000010 | 8faba38fabe53f3f3f5a42 |
UTF-8 | äûZB | 110000111010010011000011101110111100001010001010110000101000110011000010100001000101101001000010 | c3a4c3bbc28ac28cc2845a42 |
UHC | ?????ZB | 00111111001111110011111100111111001111110101101001000010 | 3f3f3f3f3f5a42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)