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 | 陬伜叙諤朱袷 | 111010001010001110011000111001011000111110010110111001101000000010001110111010011000100010111111 | e8a398e58f96e6808ee988bf |
EUC-JP | 陬伜叙諤朱袷 | 111100001010010111010000111001111011110111110110111010111110000010111100111010111011000011000001 | f0a5d0e7bdf6ebe0bcebb0c1 |
UTF-8 | 陬伜叙諤朱袷 | 111010011001100110101100111001001011110010011100111001011000111110011001111010001010101110100100111001101001110010110001111010001010001010110111 | e999ace4bc9ce58f99e8aba4e69cb1e8a2b7 |
UHC | ????朱? | 00111111001111110011111100111111111100011011100100111111 | 3f3f3f3ff1b93f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)