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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 畯嫩?? | 111110110110111110011011011000110011111100111111 | fb6f9b633f3f |
EUC-JP | 畯嫩?? | 10001111110011011011101111010101110001000011111100111111 | 8fcdbbd5c43f3f |
UTF-8 | 畯嫩렪렠 | 111001111001010110101111111001011010101110101001111010111010000010101010111010111010000010100000 | e795afe5aba9eba0aaeba0a0 |
UHC | 畯嫩렪렠 | 1111000111100001110100101110110010001110101110001000111010110001 | f1e1d2ec8eb88eb1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)