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 | 抄ヌ、鵆銓 | 1000111110110100110001111010010011101001111110111110011111110010 | 8fb4c7a4e9fbe7f2 |
EUC-JP | 抄ヌ、鵆銓 | 10111110101101101000111011000111100011101010010011110010111111011110111011110100 | beb68ec78ea4f2fdeef4 |
UTF-8 | 抄ヌ、鵆銓 | 111001101000101010000100111011111011111010000111111011111011110110100100111010011011010110000110111010011000101010010011 | e68a84efbe87efbda4e9b586e98a93 |
UHC | 抄???銓 | 11110100111111000011111100111111001111111110111110110000 | f4fc3f3f3fefb0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)