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 | 羣雜デ暉 | 1110001110111000111010001011011010000011011001101001110111110100 | e3b8e8b683669df4 |
EUC-JP | 羣雜デ暉 | 1110011010111010111100001011100010100101110001111101101011110110 | e6baf0b8a5c7daf6 |
UTF-8 | 羣雜デ暉 | 111001111011111010100011111010011001101110011100111000111000001110000111111001101001101010001001 | e7bea3e99b9ce38387e69a89 |
UHC | ?雜デ暉 | 00111111111011011101101010101011110001111111110111000111 | 3feddaabc7fdc7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)