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 | ??~ | 001111110011111101111110 | 3f3f7e |
SJIS-WIN | 辰狸~ | 1001001001000011100100100100101101111110 | 9243924b7e |
EUC-JP | 辰狸~ | 1100001110100100110000111010110001111110 | c3a4c3ac7e |
UTF-8 | 辰狸~ | 11101000101111101011000011100111100010111011100001111110 | e8beb0e78bb87e |
UHC | 辰狸~ | 1111001011100011110101111110000101111110 | f2e3d7e17e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)