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 | 鍄」笳句 | 11100111111110111010001111100010100101111000101111100101 | e7fba3e2978be5 |
EUC-JP | 鍄」笳句 | 1110111011111101100011101010001111100011111101111011011011100111 | eefd8ea3e3f7b6e7 |
UTF-8 | 鍄」笳句 | 111010011000110110000100111011111011110110100011111001111010110010110011111001011000111110100101 | e98d84efbda3e7acb3e58fa5 |
UHC | ???句 | 0011111100111111001111111100111110100011 | 3f3f3fcfa3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)