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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 畯嫩? | 1111101101101111100110110110001100111111 | fb6f9b633f |
EUC-JP | 畯嫩? | 100011111100110110111011110101011100010000111111 | 8fcdbbd5c43f |
UTF-8 | 畯嫩렩 | 111001111001010110101111111001011010101110101001111010111010000010101001 | e795afe5aba9eba0a9 |
UHC | 畯嫩렩 | 111100011110000111010010111011001000111010110111 | f1e1d2ec8eb7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)