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 | カ魴 | 1111001010100011101101101110100110110101 | f2a3b6e9b5 |
EUC-JP | ?カ魴 | 0011111110001110101101101111001010110111 | 3f8eb6f2b7 |
UTF-8 | カ魴 | 111011101000011110011010111011111011110110110110111010011010110110110100 | ee879aefbdb6e9adb4 |
UHC | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)