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 | 轜粋蟹薐 | 1110011101111110100100001000100010001010010010011110010101010010 | e77e90888a49e552 |
EUC-JP | 轜粋蟹薐 | 1110110111011111101111111110100010110011101010101110100110110011 | eddfbfe8b3aae9b3 |
UTF-8 | 轜粋蟹薐 | 111010001011110110011100111001111011001010001011111010001001111110111001111010001001011010010000 | e8bd9ce7b28be89fb9e89690 |
UHC | ??蟹? | 0011111100111111111110101010111100111111 | 3f3ffaaf3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)