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 | 貎∝ク汽 | 11100110101111011000000111100101101110001000101101000100 | e6bd81e5b88b44 |
EUC-JP | 貎∝ク汽 | 1110110010111111101000101110011110001110101110001011010110100101 | ecbfa2e78eb8b5a5 |
UTF-8 | 貎∝ク汽 | 111010001011001010001110111000101000100010011101111011111011110110111000111001101011000110111101 | e8b28ee2889defbdb8e6b1bd |
UHC | ?∝?汽 | 001111111010000111110000001111111101000110101001 | 3fa1f03fd1a9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)