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 | ??剩舒 | 001111110011111110011001100101001001100010101110 | 3f3f999498ae |
EUC-JP | ??剩舒 | 001111110011111111010001111101001101000010110000 | 3f3fd1f4d0b0 |
UTF-8 | 쁩뭘剩舒 | 111011001000000110101001111010111010110110011000111001011000100110101001111010001000100010010010 | ec81a9ebad98e589a9e88892 |
UHC | 쁩뭘剩舒 | 1011101111011110101110011011101111101101101001011110000010100010 | bbdeb9bbeda5e0a2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)