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 | ?悅庇?? | 00111111111110101011110110010100110111010011111100111111 | 3ffabd94dd3f3f |
EUC-JP | ??庇?? | 001111110011111111001000110111110011111100111111 | 3f3fc8df3f3f |
UTF-8 | 뤯悅庇져일 | 111010111010010010101111111001101000001010000101111001011011101010000111111011001010000010111000111011001001110110111100 | eba4afe68285e5ba87eca0b8ec9dbc |
UHC | 뤯悅庇져일 | 10001111110111011110011011101101110111011110011111000001101011101100000011001111 | 8fdde6eddde7c1aec0cf |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)