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 | 霑ク謇句叉 | 111010001011111110111000111001101000100110001011111001011000110110110011 | e8bfb8e6898be58db3 |
EUC-JP | 霑ク謇句叉 | 11110000110000011000111010111000111010111110100110110110111001111011101010110101 | f0c18eb8ebe9b6e7bab5 |
UTF-8 | 霑ク謇句叉 | 111010011001110010010001111011111011110110111000111010001010110010000111111001011000111110100101111001011000111110001001 | e99c91efbdb8e8ac87e58fa5e58f89 |
UHC | 霑??句叉 | 1110111111000101001111110011111111001111101000111111001110101001 | efc53f3fcfa3f3a9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)