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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | ?????9 | 00111111001111110011111100111111001111111000001001011000 | 3f3f3f3f3f8258 |
EUC-JP | ?????9 | 00111111001111110011111100111111001111111010001110111001 | 3f3f3f3f3fa3b9 |
UTF-8 | 嶪뤿죾琉믣9 | 111001011011011010101010111010111010010010111111111011001010001110111110111011111010011110001100111010111010111110100011111011111011110010011001 | e5b6aaeba4bfeca3beefa78cebafa3efbc99 |
UHC | 嶪뤿죾琉믣9 | 111001011111010110001111111010111010000110010110111010111010010010010010111001011010001110111001 | e5f58feba196eba492e5a3b9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)