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 | 鞫ッ?譟貂 | 1110011010010001101011110011111111100110100111111110011010111000 | e691af3fe69fe6b8 |
EUC-JP | 鞫ッ彤譟貂 | 1110101111110001100011101010111110001111101111001111110111101100101000011110110010111010 | ebf18eaf8fbcfdeca1ecba |
UTF-8 | 鞫ッ彤譟貂 | 111010011001111010101011111011111011110110101111111001011011110110100100111010001010110110011111111010001011001010000010 | e99eabefbdafe5bda4e8ad9fe8b282 |
UHC | 鞫???貂 | 11001111110101000011111100111111001111111111010110110000 | cfd43f3f3ff5b0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)