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 | 鞨ィ繧句ウ | 1110100011100000101010001110001110000010100010111110010110110011 | e8e0a8e3828be5b3 |
EUC-JP | 鞨ィ繧句ウ | 11110000111000101000111010101000111001011110001010110110111001111000111010110011 | f0e28ea8e5e2b6e78eb3 |
UTF-8 | 鞨ィ繧句ウ | 111010011001111010101000111011111011110110101000111001111011100110100111111001011000111110100101111011111011110110110011 | e99ea8efbda8e7b9a7e58fa5efbdb3 |
UHC | 鞨??句? | 11001010111010100011111100111111110011111010001100111111 | caea3f3fcfa33f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)