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 | äÞø | 11100100110111101001011011111000 | e4de96f8 |
SJIS-WIN | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
EUC-JP | äÞ?ø | 10001111101010111010001110001111101010011011000000111111100011111010100111001100 | 8faba38fa9b03f8fa9cc |
UTF-8 | äÞø | 1100001110100100110000111001111011000010100101101100001110111000 | c3a4c39ec296c3b8 |
UHC | ?Þ?ø | 001111111010100010101101001111111010100110101010 | 3fa8ad3fa9aa |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)