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 | 蟒щ扱 | 111001011011101110000100100010111000100010110101 | e5bb848b88b5 |
EUC-JP | 蟒щ扱 | 111010101011110110100111111010111011000010110111 | eabda7ebb0b7 |
UTF-8 | 蟒щ扱 | 1110100010011111100100101101000110001001111001101000100110110001 | e89f92d189e689b1 |
UHC | ?щ扱 | 0011111110101100111010111101000011100010 | 3facebd0e2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)