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 | 繖玖轡讀 | 1110001110000100100010111110100010001100010001001110011010100100 | e3848be88c44e6a4 |
EUC-JP | 繖玖轡讀 | 1110010111100100101101101110101010110111101001011110110010100110 | e5e4b6eab7a5eca6 |
UTF-8 | 繖玖轡讀 | 111001111011100110010110111001111000111010010110111010001011110110100001111010001010111010000000 | e7b996e78e96e8bda1e8ae80 |
UHC | ?玖?讀 | 001111111100111110111000001111111101010011000001 | 3fcfb83fd4c1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)