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 | 裨碁斡 | 111001011110100110001100111010011000100010110100 | e5e98ce988b4 |
EUC-JP | 裨碁斡 | 111010101110101110111000111010111011000010110110 | eaebb8ebb0b6 |
UTF-8 | 裨碁斡 | 111010001010001110101000111001111010001010000001111001101001011010100001 | e8a3a8e7a281e696a1 |
UHC | 裨碁斡 | 110111101010010111010001101100111110010011010110 | dea5d1b3e4d6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)