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 | 錮ス豁 | 1110011111111100101111011110011010101101 | e7fcbde6ad |
EUC-JP | 錮ス豁 | 111011101111111010001110101111011110110010101111 | eefe8ebdecaf |
UTF-8 | 錮ス豁 | 111010011000110010101110111011111011110110111101111010001011000110000001 | e98caeefbdbde8b181 |
UHC | 錮?豁 | 1100110111010001001111111111110011000011 | cdd13ffcc3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)