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 | ?????{d | 00111111001111110011111100111111001111110111101101100100 | 3f3f3f3f3f7b64 |
SJIS-WIN | 筌????{d | 1110001010100011001111110011111100111111001111110111101101100100 | e2a33f3f3f3f7b64 |
EUC-JP | 筌??馹?{d | 11100100101001010011111100111111100011111110100110100001001111110111101101100100 | e4a53f3f8fe9a13f7b64 |
UTF-8 | 筌뚯떑馹즦{d | 1110011110101101100011001110101110011010101011111110101110010110100100011110100110100110101110011110110010100110101001100111101101100100 | e7ad8ceb9aafeb9691e9a6b9eca6a67b64 |
UHC | 筌뚯떑馹즦{d | 111011111010011110001100111011001000101110100111111011001111000110100011011100100111101101100100 | efa78cec8ba7ecf1a3727b64 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)