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 | 郤偵Θ | 111001111011101010010010111000111000001110100110 | e7ba92e383a6 |
EUC-JP | 郤偵Θ | 111011101011110011000100111001011010011010101000 | eebcc4e5a6a8 |
UTF-8 | 郤偵Θ | 1110100110000011101001001110010110000001101101011100111010011000 | e983a4e581b5ce98 |
UHC | ?偵Θ | 0011111111101111110011111010010111001000 | 3fefcfa5c8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)