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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | ?隆鴛?? | 00111111111110111110100110001001100101010011111100111111 | 3ffbe989953f3f |
EUC-JP | ??鴛?? | 001111110011111110110001111101010011111100111111 | 3f3fb1f53f3f |
UTF-8 | 뤗隆鴛햶헝 | 111010111010010010010111111011111010011110011100111010011011010010011011111011011001011010110110111011011001011110011101 | eba497efa79ce9b49bed96b6ed979d |
UHC | 뤗隆鴛햶헝 | 10001111110001111110101111011000111010101100010011000001100011111100011111101011 | 8fc7ebd8eac4c18fc7eb |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)