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 | 谿釣圭痲 | 1110011010101110100100101101111010001100010111001110000110000100 | e6ae92de8c5ce184 |
EUC-JP | 谿釣圭痲 | 1110110010110000110001001110000010110111101111011110000111100100 | ecb0c4e0b7bde1e4 |
UTF-8 | 谿釣圭痲 | 111010001011000010111111111010011000011110100011111001011001110010101101111001111001011110110010 | e8b0bfe987a3e59cade797b2 |
UHC | 谿釣圭痲 | 1100110110101100111100001110010111010000101001001101100010100110 | cdacf0e5d0a4d8a6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)