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 | 襪居Σ | 111001100100001110001011100011111000001110110000 | e6438b8f83b0 |
EUC-JP | 襪居Σ | 111010111010010010110101111011111010011010110010 | eba4b5efa6b2 |
UTF-8 | 襪居Σ | 1110100010100101101010101110010110110001100001011100111010100011 | e8a5aae5b185cea3 |
UHC | 襪居Σ | 110110001100101011001011110111001010010111010010 | d8cacbdca5d2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)