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 | 贓糒}贓糒{^ | 1110011011011001111000101111001101111101111001101101100111100010111100110111101101011110 | e6d9e2f37de6d9e2f37b5e |
EUC-JP | 贓糒}贓糒{^ | 1110110011011011111001001111010101111101111011001101101111100100111101010111101101011110 | ecdbe4f57decdbe4f57b5e |
UTF-8 | 贓糒}贓糒{^ | 111010001011010010010011111001111011001110010010011111011110100010110100100100111110011110110011100100100111101101011110 | e8b493e7b3927de8b493e7b3927b5e |
UHC | 贓?}贓?{^ | 111011011111110000111111011111011110110111111100001111110111101101011110 | edfc3f7dedfc3f7b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)