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 | ??????\ | 00111111001111110011111100111111001111110011111101011100 | 3f3f3f3f3f3f5c |
SJIS-WIN | ??∵???\ | 0011111100111111100000011110011000111111001111110011111101011100 | 3f3f81e63f3f3f5c |
EUC-JP | ??∵???\ | 0011111100111111101000101110100000111111001111110011111101011100 | 3f3fa2e83f3f3f5c |
UTF-8 | 룶절∵룶절∼\ | 11101011101000111011011011101100101000001000100011100010100010001011010111101011101000111011011011101100101000001000100011100010100010001011110001011100 | eba3b6eca088e288b5eba3b6eca088e288bc5c |
UHC | 룶절∵룶절∼\ | 10001111101010111100000011111101101000011111000110001111101010111100000011111101101000011010110101011100 | 8fabc0fda1f18fabc0fda1ad5c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)