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 | 窈??炎? | 11100010011101110011111100111111100010011000101000111111 | e2773f3f898a3f |
EUC-JP | 窈??炎? | 11100011110110000011111100111111101100011110101000111111 | e3d83f3fb1ea3f |
UTF-8 | 窈붺맓炎껧 | 111001111010101010001000111010111011011010111010111010111010011110010011111001111000001010001110111010101011101110100111 | e7aa88ebb6baeba793e7828eeabba7 |
UHC | 窈붺맓炎껧 | 11101001101000011001010011100111100100001010010111100110111110101000010001000010 | e9a194e790a5e6fa8442 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)