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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 際?醍?腸 | 1000110111011011001111111001000111100111001111111001001010110000 | 8ddb3f91e73f92b0 |
EUC-JP | 際?醍?腸 | 1011101011011101001111111100001011101001001111111100010010110010 | badd3fc2e93fc4b2 |
UTF-8 | 際렚醍렎腸 | 111010011001101010011011111010111010000010011010111010011000011010001101111010111010000010001110111010001000010110111000 | e99a9beba09ae9868deba08ee885b8 |
UHC | 際렚醍렎腸 | 11110000101101111000111010101101111100001011010110001110101001001110110111110011 | f0b78eadf0b58ea4edf3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)