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 | ???] | 00111111001111110011111101011101 | 3f3f3f5d |
SJIS-WIN | 將??] | 1001101110010010001111110011111101011101 | 9b923f3f5d |
EUC-JP | 將??] | 1101010111110010001111110011111101011101 | d5f23f3f5d |
UTF-8 | 將쏘뼢] | 11100101101100001000011111101100100011111001100011101011101111001010001001011101 | e5b087ec8f98ebbca25d |
UHC | 將쏘뼢] | 11101101111000101011110111101110100101101010010101011101 | ede2bdee96a55d |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)