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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 昻鋓朎脛昻 | 11111010110100001111101111010110111110101101111111100011111110001111101011010000 | fad0fbd6fadfe3f8fad0 |
EUC-JP | ?鋓朎脛? | 00111111100011111110010010111111100011111100001011110000111001101111101000111111 | 3f8fe4bf8fc2f0e6fa3f |
UTF-8 | 昻鋓朎脛昻 | 111001101001100010111011111010011000101110010011111001101001110010001110111010001000010010011011111001101001100010111011 | e698bbe98b93e69c8ee8849be698bb |
UHC | 昻??脛昻 | 1110010011101001001111110011111111001100111010111110010011101001 | e4e93f3fccebe4e9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)