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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 嶬滄囓雖 | 1001101111010010100111111110100110011010100101111110010110101011 | 9bd29fe99a97e5ab |
EUC-JP | 嶬滄囓雖 | 1101011011010100110111101110101111010011111101111110101010101101 | d6d4deebd3f7eaad |
UTF-8 | 嶬滄囓雖 | 111001011011011010101100111001101011101110000100111001011001101110010011111010011001101110010110 | e5b6ace6bb84e59b93e99b96 |
UHC | ?滄?雖 | 001111111111001111100111001111111110001011001100 | 3ff3e73fe2cc |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)