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 | ??????B | 00111111001111110011111100111111001111110011111101000010 | 3f3f3f3f3f3f42 |
SJIS-WIN | ?▼?軟??B | 001111111000000110100101001111111001001111101110001111110011111101000010 | 3f81a53f93ee3f3f42 |
EUC-JP | ?▼?軟??B | 001111111010001010100111001111111100011011110000001111110011111101000010 | 3fa2a73fc6f03f3f42 |
UTF-8 | 療▼ㅁ軟녺뮵B | 11101111101001111000000111100010100101101011110011100011100001011000000111101000101110111001111111101011100001011011101011101011101011101011010101000010 | efa781e296bce38581e8bb9feb85baebaeb542 |
UHC | 療▼ㅁ軟녺뮵B | 11101000111111101010000111100101101001001011000111100110111000111000011011100111100100101011110101000010 | e8fea1e5a4b1e6e386e792bd42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)