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? | 100010011001000000111111001111111000100110010000100000101000111100111111 | 89903f3f8990828f3f |
EUC-JP | 艶??艶o? | 101100011111000000111111001111111011000111110000101000111110111100111111 | b1f03f3fb1f0a3ef3f |
UTF-8 | 艶쀮궕艶o풓 | 111010001000100110110110111011001000000010101110111010101011011010010101111010001000100110110110111011111011110110001111111011011001001010010011 | e889b6ec80aeeab695e889b6efbd8fed9293 |
UHC | 艶쀮궕艶o풓 | 111001101111110110010111111011101000001010101010111001101111110110100011111011111011111010010111 | e6fd97ee82aae6fda3efbe97 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)