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 | c¾æ | 1001100001100011100011011011111010000010100010111001000111100110 | 98638dbe828b91e6 |
SJIS-WIN | ?c?????? | 0011111101100011001111110011111100111111001111110011111100111111 | 3f633f3f3f3f3f3f |
EUC-JP | ?c?????æ | 00111111011000110011111100111111001111110011111100111111100011111010100111000001 | 3f633f3f3f3f3f8fa9c1 |
UTF-8 | c¾æ | 110000101001100001100011110000101000110111000010101111101100001010000010110000101000101111000010100100011100001110100110 | c29863c28dc2bec282c28bc291c3a6 |
UHC | ?c?¾???æ | 00111111011000110011111110101000111110100011111100111111001111111010100110100001 | 3f633fa8fa3f3f3fa9a1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)