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 | ????^ | 0011111100111111001111110011111101011110 | 3f3f3f3f5e |
SJIS-WIN | 蟠野ァォ^ | 11100101101101001001011011101100101001111010101101011110 | e5b496eca7ab5e |
EUC-JP | 蟠野ァォ^ | 111010101011011011001100111011101000111010100111100011101010101101011110 | eab6ccee8ea78eab5e |
UTF-8 | 蟠野ァォ^ | 11101000100111111010000011101001100001111000111011101111101111011010011111101111101111011010101101011110 | e89fa0e9878eefbda7efbdab5e |
UHC | 蟠野??^ | 11011010111101101110010110101111001111110011111101011110 | daf6e5af3f3f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)