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 | 閾滓浴 | 111010001000011110011111111001101001011110000001 | e8879fe69781 |
EUC-JP | 閾滓浴 | 111011111110011111011110111010001100110111100001 | efe7dee8cde1 |
UTF-8 | 閾滓浴 | 111010011001011010111110111001101011101110010011111001101011010110110100 | e996bee6bb93e6b5b4 |
UHC | ?滓浴 | 0011111111101110101010111110100110110001 | 3feeabe9b1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)