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 | コ釼黑カ | 1111001010101011101110101110011111011101111111000100101110110110 | f2abbae7ddfc4bb6 |
EUC-JP | ?コ釼?カ | 0011111110001110101110101110111011011111001111111000111010110110 | 3f8ebaeedf3f8eb6 |
UTF-8 | コ釼黑カ | 111011101000011110100010111011111011110110111010111010011000011110111100111010011011101110010001111011111011110110110110 | ee87a2efbdbae987bce9bb91efbdb6 |
UHC | ???黑? | 001111110011111100111111111111011101100100111111 | 3f3f3ffdd93f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)