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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 懿??擁 | 100111001111001000111111001111111001011101101001 | 9cf23f3f9769 |
EUC-JP | 懿??擁 | 110110001111010000111111001111111100110111001010 | d8f43f3fcdca |
UTF-8 | 懿됧뮵擁 | 111001101000011110111111111010111001000010100111111010111010111010110101111001101001001110000001 | e687bfeb90a7ebaeb5e69381 |
UHC | 懿됧뮵擁 | 1110101111110011100010011110010110010010101111011110100010110110 | ebf389e592bde8b6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)