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 | ??x | 001111110011111101111000 | 3f3f78 |
SJIS-WIN | 鴫灼x | 1000111010110000100011101101110001111000 | 8eb08edc78 |
EUC-JP | 鴫灼x | 1011110010110010101111001101111001111000 | bcb2bcde78 |
UTF-8 | 鴫灼x | 11101001101101001010101111100111100000011011110001111000 | e9b4abe781bc78 |
UHC | ?灼x | 00111111111011011100011101111000 | 3fedc778 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)