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 | 樂絛}樂絛{^ | 1001111011011001111000110101010101111101100111101101100111100011010101010111101101011110 | 9ed9e3557d9ed9e3557b5e |
EUC-JP | 樂絛}樂絛{^ | 1101110011011011111001011011011001111101110111001101101111100101101101100111101101011110 | dcdbe5b67ddcdbe5b67b5e |
UTF-8 | 樂絛}樂絛{^ | 111001101010100010000010111001111011010110011011011111011110011010101000100000101110011110110101100110110111101101011110 | e6a882e7b59b7de6a882e7b59b7b5e |
UHC | 樂?}樂?{^ | 111001001100010100111111011111011110010011000101001111110111101101011110 | e4c53f7de4c53f7b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)