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 | ????^ | 0011111100111111001111110011111101011110 | 3f3f3f3f5e |
SJIS-WIN | ??津?^ | 001111110011111110010010110000110011111101011110 | 3f3f92c33f5e |
EUC-JP | 悰?津?^ | 1000111110111101111111000011111111000100110001010011111101011110 | 8fbdfc3fc4c53f5e |
UTF-8 | 悰렟津렏^ | 11100110100000101011000011101011101000001001111111100110101101001010010111101011101000001000111101011110 | e682b0eba09fe6b4a5eba08f5e |
UHC | 悰렟津렏^ | 111100001111010110001110101100001111001011010000100011101010010101011110 | f0f58eb0f2d08ea55e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)