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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 茹丈Й茯 | 1110010010100101100011111110010010000100010010101110010010101000 | e4a58fe4844ae4a8 |
EUC-JP | 茹丈Й茯 | 1110100010100111101111101110011010100111101010111110100010101010 | e8a7bee6a7abe8aa |
UTF-8 | 茹丈Й茯 | 1110100010001100101110011110010010111000100010001101000010011001111010001000110010101111 | e88cb9e4b888d099e88caf |
UHC | 茹丈Й茯 | 1110011010101010111011011101101110101100101010111101110011011010 | e6aaeddbacabdcda |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)