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 | ??] | 001111110011111101011101 | 3f3f5d |
SJIS-WIN | ?慷] | 00111111100111001100101101011101 | 3f9ccb5d |
EUC-JP | ?慷] | 00111111110110001100110101011101 | 3fd8cd5d |
UTF-8 | 뤔慷] | 11101011101001001001010011100110100001011011011101011101 | eba494e685b75d |
UHC | 뤔慷] | 1000111111000100110010111010111101011101 | 8fc4cbaf5d |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)