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 | 譽??央 | 111001101010001100111111001111111000100110011011 | e6a33f3f899b |
EUC-JP | 譽??央 | 111011001010010100111111001111111011000111111011 | eca53f3fb1fb |
UTF-8 | 譽깁걫央 | 111010001010110110111101111010101011100110000001111010101011000110101011111001011010010010101110 | e8adbdeab981eab1abe5a4ae |
UHC | 譽깁걫央 | 1110011111100010101100011110100110000001100101001110010011100111 | e7e2b1e98194e4e7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)