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 | ???h?? | 001111110011111100111111011010000011111100111111 | 3f3f3f683f3f |
SJIS-WIN | 營??h營? | 1001101001111010001111110011111101101000100110100111101000111111 | 9a7a3f3f689a7a3f |
EUC-JP | 營??h營? | 1101001111011011001111110011111101101000110100111101101100111111 | d3db3f3f68d3db3f |
UTF-8 | 營뚭퓩h營뚭 | 11100111100001111001111111101011100110101010110111101101100100111010100101101000111001111000011110011111111010111001101010101101 | e7879feb9aaded93a968e7879feb9aad |
UHC | 營뚭퓩h營뚭 | 1110011110111101100011001110101010111111100100010110100011100111101111011000110011101010 | e7bd8ceabf9168e7bd8cea |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)