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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 昔洵珣僊 | 1001000011001100100111111010101111111011011000111001100101000001 | 90cc9fabfb639941 |
EUC-JP | 昔洵珣僊 | 110000001100111011011110101011011000111111001011111101001101000110100010 | c0cedead8fcbf4d1a2 |
UTF-8 | 昔洵珣僊 | 111001101001100010010100111001101011010010110101111001111000111110100011111001011000001110001010 | e69894e6b4b5e78fa3e5838a |
UHC | 昔洵珣僊 | 1110000010101110111000101110011111100010111010011110000010111010 | e0aee2e7e2e9e0ba |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)