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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 墻o?壯?? | 100110101101010010000010100011110011111110011010111000010011111100111111 | 9ad4828f3f9ae13f3f |
EUC-JP | 墻o?壯?? | 110101001101011010100011111011110011111111010100111000110011111100111111 | d4d6a3ef3fd4e33f3f |
UTF-8 | 墻o풆壯섋쵟 | 111001011010001010111011111011111011110110001111111011011001001010000110111001011010001110101111111011001000010010001011111011001011010110011111 | e5a2bbefbd8fed9286e5a3afec848becb59f |
UHC | 墻o풆壯섋쵟 | 111011011101111110100011111011111011111010001110111011011110000010011000111010001010110010100000 | eddfa3efbe8eede098e8aca0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)