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 | ?妙鏃 | 0011111110010110101011011110100001010110 | 3f96ade856 |
EUC-JP | ?妙鏃 | 0011111111001100101011111110111110110111 | 3fccafefb7 |
UTF-8 | 뤗妙鏃 | 111010111010010010010111111001011010011010011001111010011000111110000011 | eba497e5a699e98f83 |
UHC | 뤗妙鏃 | 100011111100011111011001110110001111000011101100 | 8fc7d9d8f0ec |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)