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 | ???\ | 00111111001111110011111101011100 | 3f3f3f5c |
SJIS-WIN | 業??\ | 1000101111000110001111110011111101011100 | 8bc63f3f5c |
EUC-JP | 業??\ | 1011011011001000001111110011111101011100 | b6c83f3f5c |
UTF-8 | 業볥샄\ | 11100110101001011010110111101011101100111010010111101100100000111000010001011100 | e6a5adebb3a5ec83845c |
UHC | 業볥샄\ | 11100101111101101001001111101011100110001011011001011100 | e5f693eb98b65c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)