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 | ??^ | 001111110011111101011110 | 3f3f5e |
SJIS-WIN | 毎毋^ | 1001011010001000100111110111100001011110 | 96889f785e |
EUC-JP | 毎毋^ | 1100101111101000110111011101100101011110 | cbe8ddd95e |
UTF-8 | 毎毋^ | 11100110101011111000111011100110101011111000101101011110 | e6af8ee6af8b5e |
UHC | ?毋^ | 00111111110110011110110001011110 | 3fd9ec5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)