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 | 諡碁斡 | 111001101000101110001100111010011000100010110100 | e68b8ce988b4 |
EUC-JP | 諡碁斡 | 111010111110101110111000111010111011000010110110 | ebebb8ebb0b6 |
UTF-8 | 諡碁斡 | 111010001010101110100001111001111010001010000001111001101001011010100001 | e8aba1e7a281e696a1 |
UHC | 諡碁斡 | 111000111100110111010001101100111110010011010110 | e3cdd1b3e4d6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)