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 | ?睛德 | 0011111111100001110010111111101010111010 | 3fe1cbfaba |
EUC-JP | ?睛? | 00111111111000101100110100111111 | 3fe2cd3f |
UTF-8 | 뤒睛德 | 111010111010010010010010111001111001110110011011111001011011111010110111 | eba492e79d9be5beb7 |
UHC | 뤒睛德 | 100011111100001011101111111011001101001111101100 | 8fc2efecd3ec |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)