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 | 預ユ?空 | 10010111011000011000001110000110001111111000101111110011 | 976183863f8bf3 |
EUC-JP | 預ユ?空 | 11001101110000101010010111100110001111111011011011110101 | cdc2a5e63fb6f5 |
UTF-8 | 預ユ툏空 | 111010011010000010010000111000111000001110100110111011011000100010001111111001111010100110111010 | e9a090e383a6ed888fe7a9ba |
UHC | 預ユ툏空 | 1110011111101000101010111110011010111000100001111100110111110110 | e7e8abe6b887cdf6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)