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 | カカ、ョ | 101101101111100011011001101101101010010010101110 | b6f8d9b6a4ae |
EUC-JP | カ?カ、ョ | 100011101011011000111111100011101011011010001110101001001000111010101110 | 8eb63f8eb68ea48eae |
UTF-8 | カカ、ョ | 111011111011110110110110111011101001100110111000111011111011110110110110111011111011110110100100111011111011110110101110 | efbdb6ee99b8efbdb6efbda4efbdae |
UHC | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)