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 | 。゙宵秕 | 101000011101111010001111101010101110001001011101 | a1de8faae25d |
EUC-JP | 。゙宵秕 | 1000111010100001100011101101111010111110101011001110001110111110 | 8ea18edebeace3be |
UTF-8 | 。゙宵秕 | 111011111011110110100001111011111011111010011110111001011010111010110101111001111010011110010101 | efbda1efbe9ee5aeb5e7a795 |
UHC | ??宵秕 | 001111110011111111100001101100101101110111111001 | 3f3fe1b2ddf9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)