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 | ??????^ | 00111111001111110011111100111111001111110011111101011110 | 3f3f3f3f3f3f5e |
EUC-JP | ??????^ | 00111111001111110011111100111111001111110011111101011110 | 3f3f3f3f3f3f5e |
UTF-8 | 잇뤋힘잇뤋힘^ | 11101100100111101000011111101011101001001000101111101101100111101001100011101100100111101000011111101011101001001000101111101101100111101001100001011110 | ec9e87eba48bed9e98ec9e87eba48bed9e985e |
UHC | 잇뤋힘잇뤋힘^ | 11000000110101011000111110111011110010001111101111000000110101011000111110111011110010001111101101011110 | c0d58fbbc8fbc0d58fbbc8fb5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)