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 | 冓羇i噎 | 1001100101101001111000111011001010000010100010011001101001111000 | 9969e3b282899a78 |
EUC-JP | 冓羇i噎 | 1101000111001010111001101011010010100011111010011101001111011001 | d1cae6b4a3e9d3d9 |
UTF-8 | 冓羇i噎 | 111001011000011010010011111001111011111010000111111011111011110110001001111001011001100110001110 | e58693e7be87efbd89e5998e |
UHC | ??i? | 0011111100111111101000111110100100111111 | 3f3fa3e93f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)