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 | 煇゙寬」治 | 1111101101010111110111101111101010101010101000111000111010100001 | fb57defaaaa38ea1 |
EUC-JP | 煇゙?」治 | 10001111110010011111010110001110110111100011111110001110101000111011110010100011 | 8fc9f58ede3f8ea3bca3 |
UTF-8 | 煇゙寬」治 | 111001111000010110000111111011111011111010011110111001011010111110101100111011111011110110100011111001101011001010111011 | e78587efbe9ee5afacefbda3e6b2bb |
UHC | 煇?寬?治 | 1111110111001000001111111100111010110000001111111111011010111101 | fdc83fceb03ff6bd |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)