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 | ?倖斌 | 0011111110001100111101001001010101101011 | 3f8cf4956b |
EUC-JP | ?倖斌 | 0011111110111000111101101100100111001100 | 3fb8f6c9cc |
UTF-8 | 뤺倖斌 | 111010111010010010111010111001011000000010010110111001101001011010001100 | eba4bae58096e6968c |
UHC | 뤺倖斌 | 100011111110100011111010101110001101111010110000 | 8fe8fab8deb0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)