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 | ?冗}?冗{^ | 001111111000111111100111011111010011111110001111111001110111101101011110 | 3f8fe77d3f8fe77b5e |
EUC-JP | ?冗}?冗{^ | 001111111011111011101001011111010011111110111110111010010111101101011110 | 3fbee97d3fbee97b5e |
UTF-8 | 曆冗}曆冗{^ | 111011111010011010001011111001011000011010010111011111011110111110100110100010111110010110000110100101110111101101011110 | efa68be586977defa68be586977b5e |
UHC | 曆冗}曆冗{^ | 1110011010110111111010011011011101111101111001101011011111101001101101110111101101011110 | e6b7e9b77de6b7e9b77b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)