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 | 逕灘ケ歃 | 11100111100101001001001111100101101110011001111101011100 | e79493e5b99f5c |
EUC-JP | 逕灘ケ歃 | 1110110111110100110001101110011110001110101110011101110110111101 | edf4c6e78eb9ddbd |
UTF-8 | 逕灘ケ歃 | 111010011000000010010101111001111000000110011000111011111011110110111001111001101010110110000011 | e98095e78198efbdb9e6ad83 |
UHC | 逕灘?? | 110011001110111111110111101010000011111100111111 | cceff7a83f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)