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