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 | 뤺倖뤕 | 111010111010010010111010111001011000000010010110111010111010010010010101 | eba4bae58096eba495 |
UHC | 뤺倖뤕 | 100011111110100011111010101110001000111111000101 | 8fe8fab88fc5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)