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 | 冐引Ъ | 111000111110110010001000111110001000010001011011 | e3ec88f8845b |
EUC-JP | 冐引Ъ | 111001101110111010110000111110101010011110111100 | e6eeb0faa7bc |
UTF-8 | 冐引Ъ | 1110010110000110100100001110010110111100100101011101000010101010 | e58690e5bc95d0aa |
UHC | ?引Ъ | 0011111111101100110110101010110010111100 | 3fecdaacbc |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)