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 | 鞜イ驢千 | 11101000110111111011001011101001100001101001000011100111 | e8dfb2e98690e7 |
EUC-JP | 鞜イ驢千 | 1111000011100001100011101011001011110001111001101100000011101001 | f0e18eb2f1e6c0e9 |
UTF-8 | 鞜イ驢千 | 111010011001111010011100111011111011110110110010111010011010100110100010111001011000110110000011 | e99e9cefbdb2e9a9a2e58d83 |
UHC | ??驢千 | 001111110011111111010101111100001111010010110110 | 3f3fd5f0f4b6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)