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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | ミス蒔症 | 11110000111000011101000011110001100011101011110110001110101010101000111111000111 | f0e1d0f18ebd8eaa8fc7 |
EUC-JP | ?ミ?ス蒔症 | 00111111100011101101000000111111100011101011110110111100101011001011111011001001 | 3f8ed03f8ebdbcacbec9 |
UTF-8 | ミス蒔症 | 111011101000001010100000111011111011111010010000111011101000010010001001111011111011110110111101111010001001001010010100111001111001011110000111 | ee82a0efbe90ee8489efbdbde89294e79787 |
UHC | ????蒔症 | 0011111100111111001111110011111111100011110010001111000111111000 | 3f3f3f3fe3c8f1f8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)