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 | ??蔚?製 | 00111111001111111000100101010101001111111001000010111011 | 3f3f89553f90bb |
EUC-JP | ??蔚?製 | 00111111001111111011000110110110001111111100000010111101 | 3f3fb1b63fc0bd |
UTF-8 | 亐렍蔚렰製 | 111001001011101010010000111010111010000010001101111010001001010010011010111010111010000010110000111010001010001110111101 | e4ba90eba08de8949aeba0b0e8a3bd |
UHC | 亐렍蔚렰製 | 11101010101001111000111010100011111010101010010110001110101111011111000010110010 | eaa78ea3eaa58ebdf0b2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)