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 | 池??仇裂 | 1001001001110010001111110011111110001011011101111001011111110100 | 92723f3f8b7797f4 |
EUC-JP | 池?焌仇裂 | 11000011110100110011111110001111110010011110100010110101110110001100111011110110 | c3d33f8fc9e8b5d8cef6 |
UTF-8 | 池렠焌仇裂 | 111001101011000110100000111010111010000010100000111001111000010010001100111001001011101110000111111010001010001110000010 | e6b1a0eba0a0e7848ce4bb87e8a382 |
UHC | 池렠焌仇裂 | 11110010101011101000111010110001111100011110000011001110111110111101011010101110 | f2ae8eb1f1e0cefbd6ae |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)