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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | ?倖? | 00111111100011001111010000111111 | 3f8cf43f |
EUC-JP | ?倖? | 00111111101110001111011000111111 | 3fb8f63f |
UTF-8 | 뤚倖뤚 | 111010111010010010011010111001011000000010010110111010111010010010011010 | eba49ae58096eba49a |
UHC | 뤚倖뤚 | 100011111100100111111010101110001000111111001001 | 8fc9fab88fc9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)