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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 倚莖?? | 100110001101111111100100101100010011111100111111 | 98dfe4b13f3f |
EUC-JP | 倚莖?? | 110100001110000111101000101100110011111100111111 | d0e1e8b33f3f |
UTF-8 | 倚莖렪좆 | 111001011000000010011010111010001000111010010110111010111010000010101010111011001010001010000110 | e5809ae88e96eba0aaeca286 |
UHC | 倚莖렪좆 | 1110101111101111110011001110110010001110101110001100000110111111 | ebefccec8eb8c1bf |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)