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 | ?睛坎 | 0011111111100001110010111001101010101010 | 3fe1cb9aaa |
EUC-JP | ?睛坎 | 0011111111100010110011011101010010101100 | 3fe2cdd4ac |
UTF-8 | 뤗睛坎 | 111010111010010010010111111001111001110110011011111001011001110110001110 | eba497e79d9be59d8e |
UHC | 뤗睛坎 | 100011111100011111101111111011001100101011101100 | 8fc7efeccaec |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)