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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | カ | 1011011011111000110111101111010010110110 | b6f8def4b6 |
EUC-JP | カ?? | 10001110101101100011111100111111 | 8eb63f3f |
UTF-8 | カ | 111011111011110110110110111011101001100110111101111011101000110110100101 | efbdb6ee99bdee8da5 |
UHC | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)