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 | 猜倆隧 | 111000001100100010011000111011011110100010101001 | e0c898ede8a9 |
EUC-JP | 猜倆隧 | 111000001100101011010000111011111111000010101011 | e0cad0eff0ab |
UTF-8 | 猜倆隧 | 111001111000110010011100111001011000000010000110111010011001101010100111 | e78c9ce58086e99aa7 |
UHC | 猜倆隧 | 111000111100010011010101110101101110001011001010 | e3c4d5d6e2ca |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)