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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 譴ァ邃。峵 | 1110011010100010101001111110001010000100101000011111101010101110 | e6a2a7e284a1faae |
EUC-JP | 譴ァ邃。? | 111011001010010010001110101001111110001111100100100011101010000100111111 | eca48ea7e3e48ea13f |
UTF-8 | 譴ァ邃。峵 | 111010001010110110110100111011111011110110100111111010011000001010000011111011111011110110100001111001011011001110110101 | e8adb4efbda7e98283efbda1e5b3b5 |
UHC | 譴?邃?? | 11001100101110010011111111100010110001010011111100111111 | ccb93fe2c53f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)