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 | ?? | 0011111100111111 | 3f3f |
SJIS-WIN | 貶誤 | 11100110110010001000110011101011 | e6c88ceb |
EUC-JP | 貶誤 | 11101100110010101011100011101101 | eccab8ed |
UTF-8 | 貶誤 | 111010001011001010110110111010001010101010100100 | e8b2b6e8aaa4 |
UHC | 貶誤 | 11111000101111111110100010100110 | f8bfe8a6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)