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 | 鞫ッ彧。貂。 | 111001101001000110101111111110101011100110100001111001101011100010100001 | e691affab9a1e6b8a1 |
EUC-JP | 鞫ッ彧。貂。 | 11101011111100011000111010101111100011111011110011111110100011101010000111101100101110101000111010100001 | ebf18eaf8fbcfe8ea1ecba8ea1 |
UTF-8 | 鞫ッ彧。貂。 | 111010011001111010101011111011111011110110101111111001011011110110100111111011111011110110100001111010001011001010000010111011111011110110100001 | e99eabefbdafe5bda7efbda1e8b282efbda1 |
UHC | 鞫?彧?貂? | 110011111101010000111111111010011110111000111111111101011011000000111111 | cfd43fe9ee3ff5b03f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)