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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 髏皮キ停溌 | 111010011001000010010100111001111011011110010010111000101001010010101100 | e99094e7b792e294ac |
EUC-JP | 髏皮キ停溌 | 11110001111100001100100011101001100011101011011111000100111001001100100010101110 | f1f0c8e98eb7c4e4c8ae |
UTF-8 | 髏皮キ停溌 | 111010011010101110001111111001111001101010101110111011111011110110110111111001011000000110011100111001101011101010001100 | e9ab8fe79aaeefbdb7e5819ce6ba8c |
UHC | ?皮?停? | 00111111111110011010101100111111111011111100111000111111 | 3ff9ab3fefce3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)