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 | þ½H | 100100011111111010010001101111011001001001001000 | 91fe91bd9248 |
SJIS-WIN | ?????H | 001111110011111100111111001111110011111101001000 | 3f3f3f3f3f48 |
EUC-JP | ?þ???H | 0011111110001111101010011101000000111111001111110011111101001000 | 3f8fa9d03f3f3f48 |
UTF-8 | þ½H | 1100001010010001110000111011111011000010100100011100001010111101110000101001001001001000 | c291c3bec291c2bdc29248 |
UHC | ?þ?½?H | 0011111110101001101011010011111110101000111101100011111101001000 | 3fa9ad3fa8f63f48 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)