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 | 蓿系}蓿系{^ | 1110010011110000100011000110111001111101111001001111000010001100011011100111101101011110 | e4f08c6e7de4f08c6e7b5e |
EUC-JP | 蓿系}蓿系{^ | 1110100011110010101101111100111101111101111010001111001010110111110011110111101101011110 | e8f2b7cf7de8f2b7cf7b5e |
UTF-8 | 蓿系}蓿系{^ | 111010001001001110111111111001111011001110111011011111011110100010010011101111111110011110110011101110110111101101011110 | e893bfe7b3bb7de893bfe7b3bb7b5e |
UHC | ?系}?系{^ | 001111111100110110100111011111010011111111001101101001110111101101011110 | 3fcda77d3fcda77b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)