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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 奠?濟 | 1001101011111001001111111110000001011010 | 9af93fe05a |
EUC-JP | 奠?濟 | 1101010011111011001111111101111110111011 | d4fb3fdfbb |
UTF-8 | 奠렱濟 | 111001011010010110100000111010111010000010110001111001101011111110011111 | e5a5a0eba0b1e6bf9f |
UHC | 奠렱濟 | 111011101111010110001110101111101111000010101101 | eef58ebef0ad |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)