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 | ?睛? | 00111111111000011100101100111111 | 3fe1cb3f |
EUC-JP | ?睛? | 00111111111000101100110100111111 | 3fe2cd3f |
UTF-8 | 뤗睛횓 | 111010111010010010010111111001111001110110011011111011011001101010010011 | eba497e79d9bed9a93 |
UHC | 뤗睛횓 | 100011111100011111101111111011001100001110001110 | 8fc7efecc38e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)