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 | ?睛頸 | 0011111111100001110010111110100011110010 | 3fe1cbe8f2 |
EUC-JP | ?睛頸 | 0011111111100010110011011111000011110100 | 3fe2cdf0f4 |
UTF-8 | 뤗睛頸 | 111010111010010010010111111001111001110110011011111010011010000010111000 | eba497e79d9be9a0b8 |
UHC | 뤗睛頸 | 100011111100011111101111111011001100110011110010 | 8fc7efecccf2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)