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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 迥∫宍辷ャ | 111001111000101010000001111001111000111010110011111001111000100010101100 | e78a81e78eb3e788ac |
EUC-JP | 迥∫宍辷ャ | 11101101111010101010001011101001101111001011010111101101111010001000111010101100 | edeaa2e9bcb5ede88eac |
UTF-8 | 迥∫宍辷ャ | 111010001011111110100101111000101000100010101011111001011010111010001101111010001011111010110111111011111011110110101100 | e8bfa5e288abe5ae8de8beb7efbdac |
UHC | ?∫??? | 001111111010000111110010001111110011111100111111 | 3fa1f23f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)