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 | 佚??佚 | 100110001100001100111111001111111001100011000011 | 98c33f3f98c3 |
EUC-JP | 佚??佚 | 110100001100010100111111001111111101000011000101 | d0c53f3fd0c5 |
UTF-8 | 佚앹옲佚 | 111001001011110110011010111011001001010110111001111011001001100010110010111001001011110110011010 | e4bd9aec95b9ec98b2e4bd9a |
UHC | 佚앹옲佚 | 1110110011101010100111011110110010011110101011011110110011101010 | ecea9dec9eadecea |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)