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 | ??}??{^ | 00111111001111110111110100111111001111110111101101011110 | 3f3f7d3f3f7b5e |
SJIS-WIN | 繹西}繹西{^ | 1110001110001000100100001011110001111101111000111000100010010000101111000111101101011110 | e38890bc7de38890bc7b5e |
EUC-JP | 繹西}繹西{^ | 1110010111101000110000001011111001111101111001011110100011000000101111100111101101011110 | e5e8c0be7de5e8c0be7b5e |
UTF-8 | 繹西}繹西{^ | 111001111011100110111001111010001010010110111111011111011110011110111001101110011110100010100101101111110111101101011110 | e7b9b9e8a5bf7de7b9b9e8a5bf7b5e |
UHC | 繹西}繹西{^ | 1110011010111010111000001010010001111101111001101011101011100000101001000111101101011110 | e6bae0a47de6bae0a47b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)