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 | 羝э州蔔 | 1110001110110110100001001000111110001111010000101110010011110111 | e3b6848f8f42e4f7 |
EUC-JP | 羝э州蔔 | 1110011010111000101001111110111110111101101000111110100011111001 | e6b8a7efbda3e8f9 |
UTF-8 | 羝э州蔔 | 1110011110111110100111011101000110001101111001011011011110011110111010001001010010010100 | e7be9dd18de5b79ee89494 |
UHC | ?э州蔔 | 00111111101011001110111111110001101101101101110011011011 | 3faceff1b6dcdb |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)