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 | ?J^ | 001111110100101001011110 | 3f4a5e |
SJIS-WIN | 但J^ | 10010010010000010100101001011110 | 92414a5e |
EUC-JP | 但J^ | 11000011101000100100101001011110 | c3a24a5e |
UTF-8 | 但J^ | 1110010010111101100001100100101001011110 | e4bd864a5e |
UHC | 但J^ | 11010011101000110100101001011110 | d3a34a5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)