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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 裂黝奔 | 100101111111010011101010011110101001011001111010 | 97f4ea7a967a |
EUC-JP | 裂黝奔 | 110011101111011011110011110110111100101111011011 | cef6f3dbcbdb |
UTF-8 | 裂黝奔 | 111010001010001110000010111010011011101110011101111001011010010110010100 | e8a382e9bb9de5a594 |
UHC | 裂?奔 | 1101011010101110001111111101110111000110 | d6ae3fddc6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)