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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 羆よ迂 | 111000111010111110000010111001101000100101001001 | e3af82e68949 |
EUC-JP | 羆よ迂 | 111001101011000110100100111010001011000110101010 | e6b1a4e8b1aa |
UTF-8 | 羆よ迂 | 111001111011111010000110111000111000001010001000111010001011111110000010 | e7be86e38288e8bf82 |
UHC | ?よ迂 | 0011111110101010111010001110100111100110 | 3faae8e9e6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)