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 | 狢挾}狢挾{^ | 1110000011000000100111010111000001111101111000001100000010011101011100000111101101011110 | e0c09d707de0c09d707b5e |
EUC-JP | 狢挾}狢挾{^ | 1110000011000010110110011101000101111101111000001100001011011001110100010111101101011110 | e0c2d9d17de0c2d9d17b5e |
UTF-8 | 狢挾}狢挾{^ | 111001111000101110100010111001101000110010111110011111011110011110001011101000101110011010001100101111100111101101011110 | e78ba2e68cbe7de78ba2e68cbe7b5e |
UHC | ?挾}?挾{^ | 001111111111101011110011011111010011111111111010111100110111101101011110 | 3ffaf37d3ffaf37b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)