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 | òùÔã× | 11110010111110011000111011010100100011111110001111010111 | f2f98ed48fe3d7 |
SJIS-WIN | ??????× | 0011111100111111001111110011111100111111001111111000000101111110 | 3f3f3f3f3f3f817e |
EUC-JP | òù?Ô?ã× | 10001111101010111101001010001111101010111110001100111111100011111010101011010100001111111000111110101011101010101010000111011111 | 8fabd28fabe33f8faad43f8fabaaa1df |
UTF-8 | òùÔã× | 1100001110110010110000111011100111000010100011101100001110010100110000101000111111000011101000111100001110010111 | c3b2c3b9c28ec394c28fc3a3c397 |
UHC | ??????× | 0011111100111111001111110011111100111111001111111010000110111111 | 3f3f3f3f3f3fa1bf |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)