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 | ????B | 0011111100111111001111110011111101000010 | 3f3f3f3f42 |
SJIS-WIN | 雫聟雫聟B | 100011101011010011100011110110111000111010110100111000111101101101000010 | 8eb4e3db8eb4e3db42 |
EUC-JP | 雫聟雫聟B | 101111001011011011100110110111011011110010110110111001101101110101000010 | bcb6e6ddbcb6e6dd42 |
UTF-8 | 雫聟雫聟B | 11101001100110111010101111101000100000011001111111101001100110111010101111101000100000011001111101000010 | e99babe8819fe99babe8819f42 |
UHC | ????B | 0011111100111111001111110011111101000010 | 3f3f3f3f42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)