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 | カ鬘タ | 1111001010100001101101101110100110100001111110001110100011000000 | f2a1b6e9a1f8e8c0 |
EUC-JP | ?カ鬘?タ | 0011111110001110101101101111001010100011001111111000111011000000 | 3f8eb6f2a33f8ec0 |
UTF-8 | カ鬘タ | 111011101000011110011000111011111011110110110110111010011010110010011000111011101001101010000111111011111011111010000000 | ee8798efbdb6e9ac98ee9a87efbe80 |
UHC | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)