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 | 煇゙寬」自裔 | 11111011010101111101111011111010101010101010001110001110101010011110010111100001 | fb57defaaaa38ea9e5e1 |
EUC-JP | 煇゙?」自裔 | 100011111100100111110101100011101101111000111111100011101010001110111100101010111110101011100011 | 8fc9f58ede3f8ea3bcabeae3 |
UTF-8 | 煇゙寬」自裔 | 111001111000010110000111111011111011111010011110111001011010111110101100111011111011110110100011111010001000011110101010111010001010001110010100 | e78587efbe9ee5afacefbda3e887aae8a394 |
UHC | 煇?寬?自裔 | 11111101110010000011111111001110101100000011111111101101101110111110011111100000 | fdc83fceb03fedbbe7e0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)