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 | 蠇滄摯蠇滄摯 | 111110111010000110011111111010011001110110010101111110111010000110011111111010011001110110010101 | fba19fe99d95fba19fe99d95 |
EUC-JP | ?滄摯?滄摯 | 00111111110111101110101111011001111101010011111111011110111010111101100111110101 | 3fdeebd9f53fdeebd9f5 |
UTF-8 | 蠇滄摯蠇滄摯 | 111010001010000010000111111001101011101110000100111001101001000110101111111010001010000010000111111001101011101110000100111001101001000110101111 | e8a087e6bb84e691afe8a087e6bb84e691af |
UHC | ?滄摯?滄摯 | 00111111111100111110011111110010101001110011111111110011111001111111001010100111 | 3ff3e7f2a73ff3e7f2a7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)