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 | ??[ | 001111110011111101011011 | 3f3f5b |
SJIS-WIN | 哭穩[ | 1001101001001100111000100111001001011011 | 9a4ce2725b |
EUC-JP | 哭穩[ | 1101001110101101111000111101001101011011 | d3ade3d35b |
UTF-8 | 哭穩[ | 11100101100100111010110111100111101010011010100101011011 | e593ade7a9a95b |
UHC | 哭穩[ | 1100110111010110111010001011000101011011 | cdd6e8b15b |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)