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 | ???揖ф? | 0011111100111111001111111001011101001011100001001000011000111111 | 3f3f3f974b84863f |
EUC-JP | ???揖ф? | 0011111100111111001111111100110110101100101001111110011000111111 | 3f3f3fcdaca7e63f |
UTF-8 | 閱륁쉻揖ф뿿 | 1110100110010110101100011110101110100101100000011110110010001001101110111110011010001111100101101101000110000100111010111011111110111111 | e996b1eba581ec89bbe68f96d184ebbfbf |
UHC | 閱륁쉻揖ф뿿 | 111001101111001110001111111011001001101010010001111010111110011110101100111001101001011110111111 | e6f38fec9a91ebe7ace697bf |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)