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 | 選纖選纖^ | 100100010100100111100011100110011001000101001001111000111001100101011110 | 9149e3999149e3995e |
EUC-JP | 選纖選纖^ | 110000011010101011100101111110011100000110101010111001011111100101011110 | c1aae5f9c1aae5f95e |
UTF-8 | 選纖選纖^ | 11101001100000011011100011100111101110101001011011101001100000011011100011100111101110101001011001011110 | e981b8e7ba96e981b8e7ba965e |
UHC | 選纖選纖^ | 111000001101010011100000111010011110000011010100111000001110100101011110 | e0d4e0e9e0d4e0e95e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)