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 | 煇゙寬」汐 | 1111101101010111110111101111101010101010101000111000111010101100 | fb57defaaaa38eac |
EUC-JP | 煇゙?」汐 | 10001111110010011111010110001110110111100011111110001110101000111011110010101110 | 8fc9f58ede3f8ea3bcae |
UTF-8 | 煇゙寬」汐 | 111001111000010110000111111011111011111010011110111001011010111110101100111011111011110110100011111001101011000110010000 | e78587efbe9ee5afacefbda3e6b190 |
UHC | 煇?寬?汐 | 1111110111001000001111111100111010110000001111111110000010110001 | fdc83fceb03fe0b1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)