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 | 支????? | 10001110011110000011111100111111001111110011111100111111 | 8e783f3f3f3f3f |
EUC-JP | 支???獐? | 101110111101100100111111001111110011111110001111110010111011101000111111 | bbd93f3f3f8fcbba3f |
UTF-8 | 支렫欌렊獐렩 | 111001101001010010101111111010111010000010101011111001101010110010001100111010111010000010001010111001111000110110010000111010111010000010101001 | e694afeba0abe6ac8ceba08ae78d90eba0a9 |
UHC | 支렫欌렊獐렩 | 111100101010100010001110101110011110110111101011100011101010000111101101111011111000111010110111 | f2a88eb9edeb8ea1edef8eb7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)