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 | 輊笳}輊笳{^ | 1110011101101000111000101001011101111101111001110110100011100010100101110111101101011110 | e768e2977de768e2977b5e |
EUC-JP | 輊笳}輊笳{^ | 1110110111001001111000111111011101111101111011011100100111100011111101110111101101011110 | edc9e3f77dedc9e3f77b5e |
UTF-8 | 輊笳}輊笳{^ | 111010001011110010001010111001111010110010110011011111011110100010111100100010101110011110101100101100110111101101011110 | e8bc8ae7acb37de8bc8ae7acb37b5e |
UHC | ??}??{^ | 00111111001111110111110100111111001111110111101101011110 | 3f3f7d3f3f7b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)