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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 晧?肢??? | 1001110111101100001111111000111010001000001111110011111100111111 | 9dec3f8e883f3f3f |
EUC-JP | 晧?肢??? | 1101101011101110001111111011101111101000001111110011111100111111 | daee3fbbe83f3f3f |
UTF-8 | 晧렟肢렑뤯헤 | 111001101001100110100111111010111010000010011111111010001000001010100010111010111010000010010001111010111010010010101111111011011001011110100100 | e699a7eba09fe882a2eba091eba4afed97a4 |
UHC | 晧렟肢렑뤯헤 | 111110111100010110001110101100001111001010110110100011101010011010001111110111011100011111101100 | fbc58eb0f2b68ea68fddc7ec |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)