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 | ????BF | 001111110011111100111111001111110100001001000110 | 3f3f3f3f4246 |
SJIS-WIN | ?睦晁軒BF | 001111111001011001110010100111011110100010001100101011000100001001000110 | 3f96729de88cac4246 |
EUC-JP | ?睦晁軒BF | 001111111100101111010011110110101110101010111000101011100100001001000110 | 3fcbd3daeab8ae4246 |
UTF-8 | 뤗睦晁軒BF | 1110101110100100100101111110011110011101101001101110011010011001100000011110100010111011100100100100001001000110 | eba497e79da6e69981e8bb924246 |
UHC | 뤗睦晁軒BF | 10001111110001111101100111001110111100001100010111111010110011010100001001000110 | 8fc7d9cef0c5facd4246 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)