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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 羇豪係諢 | 1110001110110010100011011000101110001100010101111110011010000100 | e3b28d8b8c57e684 |
EUC-JP | 羇豪係諢 | 1110011010110100101110011110101110110111101110001110101111100100 | e6b4b9ebb7b8ebe4 |
UTF-8 | 羇豪係諢 | 111001111011111010000111111010001011000110101010111001001011111110000010111010001010101110100010 | e7be87e8b1aae4bf82e8aba2 |
UHC | ?豪係? | 001111111111101111011111110011001111010100111111 | 3ffbdfccf53f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)