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 | ???W? | 0011111100111111001111110101011100111111 | 3f3f3f573f |
SJIS-WIN | 憶β?W碍 | 1000100110101111100000111100000000111111010101111000101001010110 | 89af83c03f578a56 |
EUC-JP | 憶β?W碍 | 1011001010110001101001101100001000111111010101111011001110110111 | b2b1a6c23f57b3b7 |
UTF-8 | 憶β쁾W碍 | 111001101000011010110110110011101011001011101100100000011011111001010111111001111010001010001101 | e686b6ceb2ec81be57e7a28d |
UHC | 憶β쁾W碍 | 111001011110001110100101111000101001100010000101010101111110010011110100 | e5e3a5e2988557e4f4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)