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 | 轜粋蟹轜 | 1110011101111110100100001000100010001010010010011110011101111110 | e77e90888a49e77e |
EUC-JP | 轜粋蟹轜 | 1110110111011111101111111110100010110011101010101110110111011111 | eddfbfe8b3aaeddf |
UTF-8 | 轜粋蟹轜 | 111010001011110110011100111001111011001010001011111010001001111110111001111010001011110110011100 | e8bd9ce7b28be89fb9e8bd9c |
UHC | ??蟹? | 0011111100111111111110101010111100111111 | 3f3ffaaf3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)