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 | ??A | 001111110011111101000001 | 3f3f41 |
SJIS-WIN | 膰圦A | 1110010001010111100110101010011101000001 | e4579aa741 |
EUC-JP | 膰圦A | 1110011110111000110101001010100101000001 | e7b8d4a941 |
UTF-8 | 膰圦A | 11101000100001101011000011100101100111001010011001000001 | e886b0e59ca641 |
UHC | ??A | 001111110011111101000001 | 3f3f41 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)