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 | 移?檍? | 100010001101101000111111100111101111100000111111 | 88da3f9ef83f |
EUC-JP | 移?檍? | 101100001101110000111111110111001111101000111111 | b0dc3fdcfa3f |
UTF-8 | 移렓檍렩 | 111001111010011110111011111010111010000010010011111001101010101010001101111010111010000010101001 | e7a7bbeba093e6aa8deba0a9 |
UHC | 移렓檍렩 | 1110110010111001100011101010100011100101111001011000111010110111 | ecb98ea8e5e58eb7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)