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 | 鎰?之盖 | 11101000010011000011111110010100010101101110000110110011 | e84c3f9456e1b3 |
EUC-JP | 鎰?之盖 | 11101111101011010011111111000111101101111110001010110101 | efad3fc7b7e2b5 |
UTF-8 | 鎰렟之盖 | 111010011000111010110000111010111010000010011111111001001011100110001011111001111001101110010110 | e98eb0eba09fe4b98be79b96 |
UHC | 鎰렟之盖 | 1110110011110000100011101011000011110001111111011100101111001100 | ecf08eb0f1fdcbcc |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)