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 | 屆廩^ | 1001101110011100100111000100100001011110 | 9b9c9c485e |
EUC-JP | 屆廩^ | 1101010111111100110101111010100101011110 | d5fcd7a95e |
UTF-8 | 屆廩^ | 11100101101100011000011011100101101110111010100101011110 | e5b186e5bba95e |
UHC | 屆?^ | 11001100111110100011111101011110 | ccfa3f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)