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 | ヤ藹}ヤ藹{^ | 110101001110010101011100011111011101010011100101010111000111101101011110 | d4e55c7dd4e55c7b5e |
EUC-JP | ヤ藹}ヤ藹{^ | 1000111011010100111010011011110101111101100011101101010011101001101111010111101101011110 | 8ed4e9bd7d8ed4e9bd7b5e |
UTF-8 | ヤ藹}ヤ藹{^ | 111011111011111010010100111010001001011110111001011111011110111110111110100101001110100010010111101110010111101101011110 | efbe94e897b97defbe94e897b97b5e |
UHC | ??}??{^ | 00111111001111110111110100111111001111110111101101011110 | 3f3f7d3f3f7b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)