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 | äú¹ | 111001001111101010000010100001101000100110111001 | e4fa828689b9 |
SJIS-WIN | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
EUC-JP | äú???? | 10001111101010111010001110001111101010111110001000111111001111110011111100111111 | 8faba38fabe23f3f3f3f |
UTF-8 | äú¹ | 110000111010010011000011101110101100001010000010110000101000011011000010100010011100001010111001 | c3a4c3bac282c286c289c2b9 |
UHC | ?????¹ | 00111111001111110011111100111111001111111010100111110110 | 3f3f3f3f3fa9f6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)