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 | ????^ | 0011111100111111001111110011111101011110 | 3f3f3f3f5e |
SJIS-WIN | 宍袱宍袰^ | 100011101011001111100101110111101000111010110011111001011101110001011110 | 8eb3e5de8eb3e5dc5e |
EUC-JP | 宍袱宍袰^ | 101111001011010111101010111000001011110010110101111010101101111001011110 | bcb5eae0bcb5eade5e |
UTF-8 | 宍袱宍袰^ | 11100101101011101000110111101000101000101011000111100101101011101000110111101000101000101011000001011110 | e5ae8de8a2b1e5ae8de8a2b05e |
UHC | ????^ | 0011111100111111001111110011111101011110 | 3f3f3f3f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)