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 | ??????^ | 00111111001111110011111100111111001111110011111101011110 | 3f3f3f3f3f3f5e |
SJIS-WIN | 蝸夛キ滔ュウ^ | 11100101100101111001101011101010101101111001111111101011101011011011001101011110 | e5979aeab79febadb35e |
EUC-JP | 蝸夛キ滔ュウ^ | 11101001111101111101010011101100100011101011011111011110111011011000111010101101100011101011001101011110 | e9f7d4ec8eb7deed8ead8eb35e |
UTF-8 | 蝸夛キ滔ュウ^ | 11101000100111011011100011100101101001001001101111101111101111011011011111100110101110111001010011101111101111011010110111101111101111011011001101011110 | e89db8e5a49befbdb7e6bb94efbdadefbdb35e |
UHC | 蝸??滔??^ | 111010001100010000111111001111111101010010100101001111110011111101011110 | e8c43f3fd4a53f3f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)