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 | @}@|@| | 100100100100000001111101100100100100000001111100100100100100000001111100 | 92407d92407c92407c |
SJIS-WIN | ?@}?@|?@| | 001111110100000001111101001111110100000001111100001111110100000001111100 | 3f407d3f407c3f407c |
EUC-JP | ?@}?@|?@| | 001111110100000001111101001111110100000001111100001111110100000001111100 | 3f407d3f407c3f407c |
UTF-8 | @}@|@| | 110000101001001001000000011111011100001010010010010000000111110011000010100100100100000001111100 | c292407dc292407cc292407c |
UHC | ?@}?@|?@| | 001111110100000001111101001111110100000001111100001111110100000001111100 | 3f407d3f407c3f407c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)