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??? | 00111111001111110011111101101000001111110011111100111111 | 3f3f3f683f3f3f |
SJIS-WIN | 營??h營?? | 100110100111101000111111001111110110100010011010011110100011111100111111 | 9a7a3f3f689a7a3f3f |
EUC-JP | 營??h營?? | 110100111101101100111111001111110110100011010011110110110011111100111111 | d3db3f3f68d3db3f3f |
UTF-8 | 營뚭퓩h營뚭퓩 | 11100111100001111001111111101011100110101010110111101101100100111010100101101000111001111000011110011111111010111001101010101101111011011001001110101001 | e7879feb9aaded93a968e7879feb9aaded93a9 |
UHC | 營뚭퓩h營뚭퓩 | 11100111101111011000110011101010101111111001000101101000111001111011110110001100111010101011111110010001 | e7bd8ceabf9168e7bd8ceabf91 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)