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 | ????\ | 0011111100111111001111110011111101011100 | 3f3f3f3f5c |
SJIS-WIN | 逅コ邇ウ\ | 11100111100100001011101011100111100011101011001101011100 | e790bae78eb35c |
EUC-JP | 逅コ邇ウ\ | 111011011111000010001110101110101110110111101110100011101011001101011100 | edf08ebaedee8eb35c |
UTF-8 | 逅コ邇ウ\ | 11101001100000001000010111101111101111011011101011101001100000101000011111101111101111011011001101011100 | e98085efbdbae98287efbdb35c |
UHC | 逅?邇?\ | 11111101101100010011111111101100110001000011111101011100 | fdb13fecc43f5c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)