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 | ???G | 00111111001111110011111101000111 | 3f3f3f47 |
SJIS-WIN | 蜴獰羆G | 11100101100011101110000011010110111000111010111101000111 | e58ee0d6e3af47 |
EUC-JP | 蜴獰羆G | 11101001111011101110000011011000111001101011000101000111 | e9eee0d8e6b147 |
UTF-8 | 蜴獰羆G | 11101000100111001011010011100111100011011011000011100111101111101000011001000111 | e89cb4e78db0e7be8647 |
UHC | ?獰?G | 0011111111100111101111100011111101000111 | 3fe7be3f47 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)