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 | ク鮓セ | 1111000111101011101110001110100110110110101111101111000111101011 | f1ebb8e9b6bef1eb |
EUC-JP | ?ク鮓セ? | 0011111110001110101110001111001010111000100011101011111000111111 | 3f8eb8f2b88ebe3f |
UTF-8 | ク鮓セ | 111011101000010110100110111011111011110110111000111010011010111010010011111011111011110110111110111011101000010110100110 | ee85a6efbdb8e9ae93efbdbeee85a6 |
UHC | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)