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 | äÛäÛB | 10001111111001001101101110001111111001001101101101000010 | 8fe4db8fe4db42 |
SJIS-WIN | ??????B | 00111111001111110011111100111111001111110011111101000010 | 3f3f3f3f3f3f42 |
EUC-JP | ?äÛ?äÛB | 001111111000111110101011101000111000111110101010111001010011111110001111101010111010001110001111101010101110010101000010 | 3f8faba38faae53f8faba38faae542 |
UTF-8 | äÛäÛB | 11000010100011111100001110100100110000111001101111000010100011111100001110100100110000111001101101000010 | c28fc3a4c39bc28fc3a4c39b42 |
UHC | ??????B | 00111111001111110011111100111111001111110011111101000010 | 3f3f3f3f3f3f42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)