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 | 專?獵? | 100110111001001100111111111000001101100000111111 | 9b933fe0d83f |
EUC-JP | 專?獵? | 110101011111001100111111111000001101101000111111 | d5f33fe0da3f |
UTF-8 | 專얗獵롃 | 111001011011000010001000111011001001011010010111111001111000110110110101111010111010000110000011 | e5b088ec9697e78db5eba183 |
UHC | 專얗獵롃 | 1110111011110110101111101110100111010110101101001000111011001010 | eef6bee9d6b48eca |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)