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 | 髷」霆ク隘 | 1110100110011110101000111110100010111011101110001110100010100101 | e99ea3e8bbb8e8a5 |
EUC-JP | 髷」霆ク隘 | 11110001111111101000111010100011111100001011110110001110101110001111000010100111 | f1fe8ea3f0bd8eb8f0a7 |
UTF-8 | 髷」霆ク隘 | 111010011010101110110111111011111011110110100011111010011001110010000110111011111011110110111000111010011001101010011000 | e9abb7efbda3e99c86efbdb8e99a98 |
UHC | ??霆?隘 | 00111111001111111110111111111101001111111110010011110110 | 3f3feffd3fe4f6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)