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 | 堤?嘲絲轢 | 100100101110011100111111100110100111110111100011010011101110011110000000 | 92e73f9a7de34ee780 |
EUC-JP | 堤?嘲絲轢 | 110001001110100100111111110100111101111011100101101011111110110111100000 | c4e93fd3dee5afede0 |
UTF-8 | 堤렕嘲絲轢 | 111001011010000010100100111010111010000010010101111001011001100010110010111001111011010110110010111010001011110110100010 | e5a0a4eba095e598b2e7b5b2e8bda2 |
UHC | 堤렕嘲絲轢 | 11110000101001111000111010101010111100001011111111011110111010101101010111111001 | f0a78eaaf0bfdeead5f9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)