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 | ??????? | 00111111001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f3f |
SJIS-WIN | ??????? | 00111111001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f3f |
EUC-JP | ??????? | 00111111001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f3f |
UTF-8 | 女앭꽒鱗곲뇽짯 | 111011111010011010000001111011001001010110101101111010101011110110010010111011111010011110110010111010101011001110110010111010111000011110111101111011001010011110101111 | efa681ec95adeabd92efa7b2eab3b2eb87bdeca7af |
UHC | 女앭꽒鱗곲뇽짯 | 1110010111111100100111011110010110000100101000011110110011100111100000011110100110110100101010001100001010101101 | e5fc9de584a1ece781e9b4a8c2ad |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)