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懿?? | 100111001111001000111111001111110110100010011100111100100011111100111111 | 9cf23f3f689cf23f3f |
EUC-JP | 懿??h懿?? | 110110001111010000111111001111110110100011011000111101000011111100111111 | d8f43f3f68d8f43f3f |
UTF-8 | 懿됰죪h懿됰죪 | 11100110100001111011111111101011100100001011000011101100101000111010101001101000111001101000011110111111111010111001000010110000111011001010001110101010 | e687bfeb90b0eca3aa68e687bfeb90b0eca3aa |
UHC | 懿됰죪h懿됰죪 | 11101011111100111000100111101011101000011000010101101000111010111111001110001001111010111010000110000101 | ebf389eba18568ebf389eba185 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)